mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Merge pull request #540 from tahoe-lafs/2958.no-build-isolation
Fix the macOS pyinstaller travis job Fixes: ticket:2958
This commit is contained in:
commit
c73c32d048
1
newsfragments/2958.other
Normal file
1
newsfragments/2958.other
Normal file
@ -0,0 +1 @@
|
||||
The PyInstaller CI job now works around a pip/pyinstaller incompatibility.
|
3
tox.ini
3
tox.ini
@ -118,6 +118,9 @@ 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 this feature is enabled.
|
||||
install_command = python -m pip install --no-use-pep517 {opts} {packages}
|
||||
extras =
|
||||
deps =
|
||||
packaging
|
||||
|
Loading…
Reference in New Issue
Block a user