aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tox_pip.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tox_pip.py')
-rw-r--r--tools/tox_pip.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tox_pip.py b/tools/tox_pip.py
index 6f457bb2..9fe4f905 100644
--- a/tools/tox_pip.py
+++ b/tools/tox_pip.py
@@ -68,6 +68,8 @@ def disable_python_requires():
def run(args):
+ os.environ['PIP_USE_PEP517'] = 'true'
+
if is_install_self(args):
remove_setuptools()
bootstrap()