From b4972b3c08c5b6cffaed4d270afc0c2e9505c5e7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 27 Jan 2016 22:32:21 +0100 Subject: [PATCH] tox: Update pytest-mock to 0.10.0. pytest-mock now monkeypatches the mock library to improve pytest output for failures of mock call assertions like Mock.assert_called_with(). --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5572292a6..54a530978 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ deps = pytest-cov==2.2.0 pytest-faulthandler==1.3.0 pytest-html==1.7 - pytest-mock==0.9.0 + pytest-mock==0.10.0 pytest-qt==1.11.0 pytest-instafail==0.3.0 pytest-travis-fold==1.2.0