tox: Update pytest-mock to 0.6.0.

Upstream changelog:

- Two new auxiliary methods, spy and stub.
This commit is contained in:
Florian Bruhin 2015-06-05 17:27:59 +02:00
parent e38169433e
commit 6ec8bbaca5

View File

@ -24,7 +24,7 @@ deps =
pytest==2.7.1
pytest-capturelog==0.7
pytest-qt==1.3.0
pytest-mock==0.5
pytest-mock==0.6.0
pytest-html==1.3.1
# We don't use {[testenv:mkvenv]commands} here because that seems to be broken
# on Ubuntu Trusty.