From 530fe5e93393d1cbd8c96f6b6262805744d3fa46 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 4 May 2015 07:47:58 +0200 Subject: [PATCH] tox.ini: Update pytest-mock to 0.5. Changelog: Mock and Magic mock are now accessible from the mocker fixture. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0e5654d03..ee54156f4 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ deps = pytest==2.7.0 pytest-capturelog==0.7 pytest-qt==1.3.0 - pytest-mock==0.4.3 + pytest-mock==0.5 # We don't use {[testenv:mkvenv]commands} here because that seems to be broken # on Ubuntu Trusty. commands =