Revert "Get pip 19 and pyinstaller 3.4 working together"

This commit is contained in:
Jean-Paul Calderone 2019-01-24 10:33:59 -05:00 committed by GitHub
parent 1db86c681b
commit 6d28d08299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@
The PyInstaller CI job now works around a pip/pyinstaller incompatibility.

View File

@ -118,9 +118,6 @@ commands =
sphinx-build -b html -d {toxinidir}/docs/_build/doctrees {toxinidir}/docs {toxinidir}/docs/_build/html
[testenv:pyinstaller]
# We override this to pass --no-use-pep517 because pyinstaller (3.4, at least)
# is broken when pep517 rules are followed.
install_command = python -m pip --no-use-pep517 install {opts} {packages}
extras =
deps =
packaging