summaryrefslogtreecommitdiff
path: root/tests/requirements.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-09-03 11:49:40 -0400
committerGitHub <noreply@github.com>2017-09-03 11:49:40 -0400
commitac7c1ae23d83bad87b67e72b7a4b33bc760c2908 (patch)
tree3a78a790d7513eb6caf1cda8c611917d151fc2b4 /tests/requirements.txt
parent228cbcb5672579f21601707ba0b23169fb4f423f (diff)
parent1bf3ca0bfb958f857f8c85eb01cd64ddae23e4ab (diff)
downloadpytest-runner-ac7c1ae23d83bad87b67e72b7a4b33bc760c2908.tar.gz
Merge pull request #30 from benoit-pierre/rework_support_for_--allow-hosts/--index-url
Rework support for `--allow-hosts` / `--index-url`
Diffstat (limited to 'tests/requirements.txt')
-rw-r--r--tests/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index ab48405..fd5c965 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,2 +1,4 @@
pytest >= 2.8
+pytest-virtualenv
+importlib; python_version=="2.6"
subprocess32; python_version=="2.6"