From 6718a2f02896cbb936e74f2256bf122eb3d9cf62 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 14 May 2019 23:49:57 +0200 Subject: [PATCH] ci: tox: fix py37-freeze Remove ``--no-use-pep517``, which appears to not be supported anymore, and PyInstaller works without it by now. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e18e3387e..1f024b2f5 100644 --- a/tox.ini +++ b/tox.ini @@ -118,7 +118,6 @@ commands = 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