mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Merge pull request #539 from tahoe-lafs/revert-536-2958.pip-vs-pyinstaller-vs-pep517
Revert "Get pip 19 and pyinstaller 3.4 working together" Reopens: ticket:2958
This commit is contained in:
commit
79ecea6823
@ -1 +0,0 @@
|
||||
The PyInstaller CI job now works around a pip/pyinstaller incompatibility.
|
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user