Skip to content

Commit

Permalink
Merge pull request #769 from tahoe-lafs/3375.pin-pyinstaller
Browse files Browse the repository at this point in the history
Pin PyInstaller to a version that supports Python 2
  • Loading branch information
exarkun authored Aug 10, 2020
2 parents 5d70a78 + 9853fa9 commit e8e12f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file added newsfragments/3375.minor
Empty file.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8e12f9

Please sign in to comment.