summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
diff options
context:
space:
mode:
Diffstat (limited to 'requirements/pytest.pip')
-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