diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-20 22:09:46 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-20 22:09:46 -0500 |
| commit | 461ea400887a576dba102816f72af1d6966e1768 (patch) | |
| tree | 8f18a40f3c684bbb7c06761d8cac50aa47807601 | |
| parent | 4d689db2fc5ad6a5210102b1487be90835a6a73b (diff) | |
| download | python-setuptools-git-461ea400887a576dba102816f72af1d6966e1768.tar.gz | |
Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools to install test dependencies.
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
