diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-20 10:34:25 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-20 10:37:57 -0500 |
| commit | d92f778b6c88c8a36c4aecac9543d9297c425096 (patch) | |
| tree | f49bb90de25cc9625d1f97fa8c67ba32accd12cb /tox.ini | |
| parent | 6d4e23882a5b1e1f31fb452aaad9d19cf0d02604 (diff) | |
| download | python-setuptools-git-d92f778b6c88c8a36c4aecac9543d9297c425096.tar.gz | |
Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in metadata to be installed without ignoring REQUIRES_PYTHON
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ install_command = {[helpers]pip} install {opts} {packages} list_dependencies_command = {[helpers]pip} freeze --all setenv = COVERAGE_FILE={toxworkdir}/.coverage.{envname} - py27: PIP_IGNORE_REQUIRES_PYTHON=true # 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 |
