Merge pull request #769 from tahoe-lafs/3375.pin-pyinstaller

Pin PyInstaller to a version that supports Python 2
This commit is contained in:
Jean-Paul Calderone 2020-08-10 10:30:38 -04:00 committed by GitHub
commit e8e12f96b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

0
newsfragments/3375.minor Normal file
View File

View File

@ -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