Skip to content

Commit 6718a2f

Browse files
committed
ci: tox: fix py37-freeze
Remove ``--no-use-pep517``, which appears to not be supported anymore, and PyInstaller works without it by now.
1 parent 6a43c8c commit 6718a2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ commands =
118118
changedir = testing/freeze
119119
# Disable PEP 517 with pip, which does not work with PyInstaller currently.
120120
deps =
121-
--no-use-pep517
122121
pyinstaller
123122
commands =
124123
{envpython} create_executable.py

0 commit comments

Comments
 (0)