diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-26 09:28:30 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-26 09:28:30 -0500 |
commit | 9dec07e671f911ebd1ce6f6dfafc524c2ae57169 (patch) | |
tree | 7fbd614cdb9b87c7954094ee2045ffc8f91d20af /tox.ini | |
parent | e05a8b81ce137bf5335fa3496cbee955e0ad4750 (diff) | |
download | python-coveragepy-9dec07e671f911ebd1ce6f6dfafc524c2ae57169.tar.gz |
Enable pytest warnings, and fix/silence a few
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ deps = # https://requires.io/github/nedbat/coveragepy/requirements/ git+https://github.com/nedbat/pytest.git@bug2038#egg=pytest==0.0 pytest-xdist==1.15.0 + pytest-warnings==0.2.0 pip==8.1.2 mock==2.0.0 PyContracts==1.7.9 |