summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-01-06 10:01:05 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-01-06 10:01:05 -0500
commit66dc96690399b6db97c638fefa8dcff626844900 (patch)
treee8369ae30a6513f43e51660fcbe80a9fdb6e6280 /requirements
parent1866c821c1d9f1ec823811815d813f9821f5bf47 (diff)
downloadpython-coveragepy-66dc96690399b6db97c638fefa8dcff626844900.tar.gz
Can't use latest pytest yet.
Diffstat (limited to 'requirements')
-rw-r--r--requirements/pytest.pip4
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index be4ce16..17ccc0d 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -2,6 +2,8 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
# The pytest specifics used by coverage.py
-pytest==3.3.1
+
+# Keep pytest at 3.2.x until we are done with Python 2.6 and 3.3
+pytest==3.2.5
pytest-xdist==1.20.1
flaky==3.4.0