From dbef785a94753917d8d91fad71b80ac27d18407e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Jul 2015 07:14:22 +0200 Subject: [PATCH] tox: Update pytest-mock to 0.7.0. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d06729a4c..c5fa869a1 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = pytest==2.7.2 pytest-capturelog==0.7 pytest-qt==1.5.0 - pytest-mock==0.6.0 + pytest-mock==0.7.0 pytest-html==1.3.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir}