Pin Python 2 compatible PyInstaller

This commit is contained in:
Jean-Paul Calderone 2020-08-10 09:59:36 -04:00
parent fdfa95e1e8
commit 9853fa9090
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

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