Merge remote-tracking branch 'origin/master' into 3336.py36-off-travis

This commit is contained in:
Jean-Paul Calderone 2020-08-10 10:31:26 -04:00
commit 4a4a88773e
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287
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