Browse Source

Disable pep517 which doesn't work for us for now

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 5 years ago
parent
commit
196a94112d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tox.ini

+ 1 - 0
tox.ini

@@ -15,6 +15,7 @@ deps =
     ci: python-openid
     ci: python-openid-teams
     ci: python-openid-cla
+install_command = pip install --no-use-pep517 {opts} {packages}
 setenv =
     PAGURE_CONFIG={toxinidir}/tests/test_config
     PYTHONPATH={toxinidir}