Merge pull request #4751 from blueyed/fix-py-freeze
tox: py37-freeze: use --no-use-pep517 for PyInstaller
This commit is contained in:
commit
8b92d10fb3
2
tox.ini
2
tox.ini
|
@ -167,7 +167,9 @@ commands =
|
||||||
|
|
||||||
[testenv:py37-freeze]
|
[testenv:py37-freeze]
|
||||||
changedir = testing/freeze
|
changedir = testing/freeze
|
||||||
|
# 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