Skip to content

Commit 8b92d10

Browse files
authored
Merge pull request #4751 from blueyed/fix-py-freeze
tox: py37-freeze: use --no-use-pep517 for PyInstaller
2 parents 8e220f0 + e191a65 commit 8b92d10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ commands =
167167

168168
[testenv:py37-freeze]
169169
changedir = testing/freeze
170+
# Disable PEP 517 with pip, which does not work with PyInstaller currently.
170171
deps =
172+
--no-use-pep517
171173
pyinstaller
172174
commands =
173175
{envpython} create_executable.py

0 commit comments

Comments
 (0)