summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-24 20:59:15 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-24 20:59:15 -0500
commitee0d8647d8537b9de2aeafeba4acd74910f98a4f (patch)
tree5dec797ee3bdc2940ad2430e0cd038f6bd186993 /tests
parent21a4e86e6fef7fba92afb4bcb49d79859d0cb2b2 (diff)
downloadpytest-runner-ee0d8647d8537b9de2aeafeba4acd74910f98a4f.tar.gz
Add support for Python 2.6 in docs confskeleton
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 70bc02f..ab48405 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1 +1,2 @@
pytest >= 2.8
+subprocess32; python_version=="2.6"