diff options
author | Bruno Oliveira <nicoddemus@gmail.com> | 2016-12-05 12:57:59 -0200 |
---|---|---|
committer | Bruno Oliveira <nicoddemus@gmail.com> | 2016-12-05 12:57:59 -0200 |
commit | b44d0c720739ab8888c16a9fe053a2a6da518d6c (patch) | |
tree | 5f9ad46ba922942da1fbcd1355468a8561b32811 | |
parent | 45bf4dbf523608ff5084e63ba6b76a8602e23181 (diff) | |
download | python-coveragepy-latest-pytest.tar.gz |
Use pytest>=3.0.5latest-pytest
-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 |