From 6ec8bbaca55f812bd1a32d78bea99f63272e155a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 5 Jun 2015 17:27:59 +0200 Subject: [PATCH] tox: Update pytest-mock to 0.6.0. Upstream changelog: - Two new auxiliary methods, spy and stub. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 93f00d40a..0c4393277 100644 --- a/tox.ini +++ b/tox.ini @@ -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.