diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-06 10:01:05 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-06 10:01:05 -0500 |
commit | 62a47468147c97379ea106b3f9c994445b4a08a4 (patch) | |
tree | 8f0809808614c24428143895f1aed24cd29e5f07 /requirements | |
parent | ef4e10733ccaae905b7a8fdb0b69001f52fdcc8b (diff) | |
download | python-coveragepy-git-62a47468147c97379ea106b3f9c994445b4a08a4.tar.gz |
Can't use latest pytest yet.
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/pytest.pip | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index be4ce16d..17ccc0d8 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 |