diff --git a/tox.ini b/tox.ini index f67d06f18e2..75b3a8ed782 100644 --- a/tox.ini +++ b/tox.ini @@ -166,7 +166,9 @@ commands = [testenv:py37-freeze] changedir = testing/freeze +# Disable PEP 517 with pip, which does not work with PyInstaller currently. deps = + --no-use-pep517 pyinstaller commands = {envpython} create_executable.py