From 9111ae7b3c3d12b729b7fda1fb76c1f9b9d3891c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 9 Apr 2015 13:17:57 +0200 Subject: [PATCH] tox: Update pytest-mock to 0.4.3. Upstream changelog: - mocker and the backward compatible mock fixture now return the same object. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 60a480388..101d2b02c 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.2 + pytest-mock==0.4.3 # We don't use {[testenv:mkvenv]commands} here because that seems to be broken # on Ubuntu Trusty. commands =