summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2016-12-05 15:26:06 +0000
committerNed Batchelder <nedbat@gmail.com>2016-12-05 15:26:06 +0000
commitc8a239bf8b2d23b22f75c4453862a92afa41ff79 (patch)
treef9ba418ff4fcf4bf404e7279168a69ba0d59c7a8
parent419d901430f2d90306b95e96291dad24115de898 (diff)
parentca9d2d6ca2883638632ca69a08ac55b424033c7e (diff)
downloadpython-coveragepy-git-c8a239bf8b2d23b22f75c4453862a92afa41ff79.tar.gz
Merged in nicoddemus/coverage.py/latest-pytest (pull request #94)
Use pytest>=3.0.5
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6f567494..19db60cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ usedevelop = True
deps =
# https://requires.io/github/nedbat/coveragepy/requirements/
- git+https://github.com/nedbat/pytest.git@bug2038#egg=pytest==0.0
+ pytest>=3.0.5
pytest-xdist==1.15.0
pytest-warnings==0.2.0
pip==9.0.1