From 7c90f8900cabac9951ba7ae105e8dc95e5b1b8a9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 24 Feb 2016 20:15:10 +0100 Subject: [PATCH] tox: Update pytest-mock to 0.11.0. - PropertyMock is now accessible from mocker. - Fix regression using one of the assert_* methods in patched functions which receive a parameter named method. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f24d4094d..cf582be74 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ deps = pytest-cov==2.2.1 pytest-faulthandler==1.3.0 pytest-html==1.8.0 - pytest-mock==0.10.1 + pytest-mock==0.11.0 pytest-qt==1.11.0 pytest-instafail==0.3.0 pytest-travis-fold==1.2.0