Merge pull request #4751 from blueyed/fix-py-freeze

tox: py37-freeze: use --no-use-pep517 for PyInstaller
This commit is contained in:
Daniel Hahler 2019-02-08 22:01:59 +01:00 committed by GitHub
commit 8b92d10fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -167,7 +167,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