summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-03-30 20:41:18 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-03-30 20:41:18 -0400
commit23dae906a2563a2da30e0d67490fa009576f6439 (patch)
tree226bb6cdae1eaf55ed6961893ec88eb72b752c99
parent689f700fcfcdfcdc7d027f204a9654b101ac9ecb (diff)
downloadpytest-runner-23dae906a2563a2da30e0d67490fa009576f6439.tar.gz
The requirement is no longer needed for tests.
-rw-r--r--tests/requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 6d65b37..d9e0f33 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,3 +1,2 @@
pytest >= 2.8
pytest-sugar
-subprocess32; python_version=="2.6"