Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 211ff4a

Browse files
committedFeb 8, 2019
tox: py37-freeze: use --no-use-pep517 for PyInstaller
Fixes pytest-dev#4750.
1 parent ea73246 commit 211ff4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎tox.ini

+2
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)
Please sign in to comment.