tox: Update pytest-mock to 0.9.0.
New mocker.resetall function, which calls reset_mock() in all mocked objects up to that point.
This commit is contained in:
parent
d2baced354
commit
bb807cfa07
2
tox.ini
2
tox.ini
@ -32,7 +32,7 @@ deps =
|
|||||||
pytest-cov==2.2.0
|
pytest-cov==2.2.0
|
||||||
pytest-faulthandler==1.1.0
|
pytest-faulthandler==1.1.0
|
||||||
pytest-html==1.7
|
pytest-html==1.7
|
||||||
pytest-mock==0.8.1
|
pytest-mock==0.9.0
|
||||||
pytest-qt==1.9.0
|
pytest-qt==1.9.0
|
||||||
pytest-sugar==0.5.1
|
pytest-sugar==0.5.1
|
||||||
pytest-travis-fold==1.2.0
|
pytest-travis-fold==1.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user