aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-20 22:09:46 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-20 22:09:46 -0500
commit461ea400887a576dba102816f72af1d6966e1768 (patch)
tree8f18a40f3c684bbb7c06761d8cac50aa47807601 /tox.ini
parent4d689db2fc5ad6a5210102b1487be90835a6a73b (diff)
downloadexternal_python_setuptools-461ea400887a576dba102816f72af1d6966e1768.tar.gz
external_python_setuptools-461ea400887a576dba102816f72af1d6966e1768.tar.bz2
external_python_setuptools-461ea400887a576dba102816f72af1d6966e1768.zip
Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools to install test dependencies.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a5ce930f..3eb408cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,7 @@ install_command = {[helpers]pip} install {opts} {packages}
list_dependencies_command = {[helpers]pip} freeze --all
setenv =
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
+ PIP_USE_PEP517=1
# TODO: The passed environment variables came from copying other tox.ini files
# These should probably be individually annotated to explain what needs them.
passenv=APPDATA HOMEDRIVE HOMEPATH windir APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* NETWORK_REQUIRED