mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
Pin Python 2 compatible PyInstaller
This commit is contained in:
parent
fdfa95e1e8
commit
9853fa9090
4
tox.ini
4
tox.ini
@ -210,7 +210,9 @@ extras =
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
packaging
|
||||
pyinstaller
|
||||
# PyInstaller 4.0 drops Python 2 support. When we finish porting to
|
||||
# Python 3 we can reconsider this constraint.
|
||||
pyinstaller < 4.0
|
||||
# Setting PYTHONHASHSEED to a known value assists with reproducible builds.
|
||||
# See https://pyinstaller.readthedocs.io/en/stable/advanced-topics.html#creating-a-reproducible-build
|
||||
setenv=PYTHONHASHSEED=1
|
||||
|
Loading…
Reference in New Issue
Block a user