From bb807cfa07640360e281c32066c38a63f406f8bd Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 18 Nov 2015 21:15:36 +0100 Subject: [PATCH] tox: Update pytest-mock to 0.9.0. New mocker.resetall function, which calls reset_mock() in all mocked objects up to that point. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d96e7d202..8bf07b12e 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ deps = pytest-cov==2.2.0 pytest-faulthandler==1.1.0 pytest-html==1.7 - pytest-mock==0.8.1 + pytest-mock==0.9.0 pytest-qt==1.9.0 pytest-sugar==0.5.1 pytest-travis-fold==1.2.0