Merge pull request #5261 from blueyed/fix-py37-freeze-remove-no-use-pep517
ci: tox: fix py37-freeze
This commit is contained in:
commit
58e6a09db4
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