tox: Update pytest-mock to 0.10.0.
pytest-mock now monkeypatches the mock library to improve pytest output for failures of mock call assertions like Mock.assert_called_with().
This commit is contained in:
parent
2b6d35b987
commit
b4972b3c08
2
tox.ini
2
tox.ini
@ -32,7 +32,7 @@ deps =
|
|||||||
pytest-cov==2.2.0
|
pytest-cov==2.2.0
|
||||||
pytest-faulthandler==1.3.0
|
pytest-faulthandler==1.3.0
|
||||||
pytest-html==1.7
|
pytest-html==1.7
|
||||||
pytest-mock==0.9.0
|
pytest-mock==0.10.0
|
||||||
pytest-qt==1.11.0
|
pytest-qt==1.11.0
|
||||||
pytest-instafail==0.3.0
|
pytest-instafail==0.3.0
|
||||||
pytest-travis-fold==1.2.0
|
pytest-travis-fold==1.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user