Merge pull request #769 from tahoe-lafs/3375.pin-pyinstaller
Pin PyInstaller to a version that supports Python 2
This commit is contained in:
commit
e8e12f96b5
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