summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-05-12 23:02:11 +0200
committerholger krekel <holger@merlinux.eu>2015-05-12 23:02:11 +0200
commite016c31b467daf8efc9f5fd7e3b4b469cd6f7c94 (patch)
tree2be85b5bc252d1e6559d910f966ddc482a216312 /tests
parent486fe99bc56acbbb8078bd5aab8bafc9b1dc09a2 (diff)
downloadtox-e016c31b467daf8efc9f5fd7e3b4b469cd6f7c94.tar.gz
also pass PIP_INDEX_URL because it's likely that the user wants to use2.0.0
it with the pip commands that run inside the tox run.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index a3824a6..526a795 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -715,6 +715,7 @@ class TestConfigTestEnv:
else:
assert "TMPDIR" in envconfig.passenv
assert "PATH" in envconfig.passenv
+ assert "PIP_INDEX_URL" in envconfig.passenv
assert "A123A" in envconfig.passenv
assert "A123B" in envconfig.passenv