From 790ce630fb8814e475b001bba04d84e687181f42 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 23 Nov 2019 14:05:38 -0500 Subject: Use indexserver as that avoids setting the environment variable for setuptools own tests --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index e52443c8..19e2c95c 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,9 @@ [tox] envlist=python +# temporarily get dependencies for private easy_install release +indexserver = + default = https://m.devpi.net/jaraco/dev/ [helpers] # Wrapper for calls to pip that make sure the version being used is a @@ -17,10 +20,7 @@ pip = python {toxinidir}/tools/tox_pip.py deps=-r{toxinidir}/tests/requirements.txt install_command = {[helpers]pip} install {opts} {packages} list_dependencies_command = {[helpers]pip} freeze --all -setenv= - COVERAGE_FILE={toxworkdir}/.coverage.{envname} - # temporary override to demo private release of easy_install - PIP_INDEX_URL=https://m.devpi.net/jaraco/dev/ +setenv=COVERAGE_FILE={toxworkdir}/.coverage.{envname} # 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 -- cgit v1.2.1