mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 09:48:56 +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 =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
packaging
|
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.
|
# Setting PYTHONHASHSEED to a known value assists with reproducible builds.
|
||||||
# See https://pyinstaller.readthedocs.io/en/stable/advanced-topics.html#creating-a-reproducible-build
|
# See https://pyinstaller.readthedocs.io/en/stable/advanced-topics.html#creating-a-reproducible-build
|
||||||
setenv=PYTHONHASHSEED=1
|
setenv=PYTHONHASHSEED=1
|
||||||
|
Loading…
Reference in New Issue
Block a user