diff options
author | Ned Batchelder <nedbat@gmail.com> | 2016-12-05 15:26:06 +0000 |
---|---|---|
committer | Ned Batchelder <nedbat@gmail.com> | 2016-12-05 15:26:06 +0000 |
commit | c8a239bf8b2d23b22f75c4453862a92afa41ff79 (patch) | |
tree | f9ba418ff4fcf4bf404e7279168a69ba0d59c7a8 | |
parent | 419d901430f2d90306b95e96291dad24115de898 (diff) | |
parent | ca9d2d6ca2883638632ca69a08ac55b424033c7e (diff) | |
download | python-coveragepy-git-c8a239bf8b2d23b22f75c4453862a92afa41ff79.tar.gz |
Merged in nicoddemus/coverage.py/latest-pytest (pull request #94)
Use pytest>=3.0.5
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |