Skip to content

Commit e191a65

Browse files
committed
tox: py37-freeze: use --no-use-pep517 for PyInstaller
Fixes #4750.
1 parent 5ca8159 commit e191a65

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
@@ -166,7 +166,9 @@ commands =
166166

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

0 commit comments

Comments
 (0)