summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2019-02-08 22:01:59 +0100
committerGitHub <noreply@github.com>2019-02-08 22:01:59 +0100
commit8b92d10fb322455c31b69d78592dd30049944185 (patch)
tree16419933fc183947ddb217b796defb1036c27672 /tox.ini
parent8e220f0e6f8acd4716334b141b5b015a401ba8ae (diff)
parente191a65ebb493c65cce4d3ef9eb4d52908bf9a35 (diff)
downloadpytest-8b92d10fb322455c31b69d78592dd30049944185.tar.gz
Merge pull request #4751 from blueyed/fix-py-freeze
tox: py37-freeze: use --no-use-pep517 for PyInstaller
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 347faf15c..6c216fd71 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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