From 6d28d08299e6a7b92e60eb3516eb701bb788457a Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 24 Jan 2019 10:33:59 -0500 Subject: [PATCH] Revert "Get pip 19 and pyinstaller 3.4 working together" --- newsfragments/2958.other | 1 - tox.ini | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 newsfragments/2958.other diff --git a/newsfragments/2958.other b/newsfragments/2958.other deleted file mode 100644 index 365e7b9e2..000000000 --- a/newsfragments/2958.other +++ /dev/null @@ -1 +0,0 @@ -The PyInstaller CI job now works around a pip/pyinstaller incompatibility. diff --git a/tox.ini b/tox.ini index 22d99325c..c0fc2b56a 100644 --- a/tox.ini +++ b/tox.ini @@ -118,9 +118,6 @@ commands = sphinx-build -b html -d {toxinidir}/docs/_build/doctrees {toxinidir}/docs {toxinidir}/docs/_build/html [testenv:pyinstaller] -# We override this to pass --no-use-pep517 because pyinstaller (3.4, at least) -# is broken when pep517 rules are followed. -install_command = python -m pip --no-use-pep517 install {opts} {packages} extras = deps = packaging