From bb9bd40f6b314f971d034ab2abded0ef7c532895 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Sep 2015 07:00:18 +0200 Subject: [PATCH] tox: Update pytest-mock to 0.8.1. - mock.ANY is also accessible from the mocker fixture - pytest-mock is now also available as a wheel. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ad8daf359..f128352dc 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps = pytest==2.7.3 # rq.filter: <2.8.0 pytest-capturelog==0.7 pytest-qt==1.7.0 - pytest-mock==0.7.0 + pytest-mock==0.8.1 pytest-html==1.6 hypothesis==1.11.4 coverage==4.0.0