ci: tox: fix py37-freeze
Remove ``--no-use-pep517``, which appears to not be supported anymore, and PyInstaller works without it by now.
This commit is contained in:
parent
6a43c8cd94
commit
6718a2f028
1
tox.ini
1
tox.ini
|
@ -118,7 +118,6 @@ commands =
|
||||||
changedir = testing/freeze
|
changedir = testing/freeze
|
||||||
# Disable PEP 517 with pip, which does not work with PyInstaller currently.
|
# Disable PEP 517 with pip, which does not work with PyInstaller currently.
|
||||||
deps =
|
deps =
|
||||||
--no-use-pep517
|
|
||||||
pyinstaller
|
pyinstaller
|
||||||
commands =
|
commands =
|
||||||
{envpython} create_executable.py
|
{envpython} create_executable.py
|
||||||
|
|
Loading…
Reference in New Issue