From 99abd1edeb8b6ffbf948fd66deb1f8f8e200a966 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 3 Apr 2015 20:17:52 -0300 Subject: [PATCH] Adding pytest-mock to tox --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 18d5e0529..9cf741073 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ deps = py==1.4.26 pytest==2.7.0 pytest-qt==1.3.0 + pytest-mock==0.4.2 # We don't use {[testenv:mkvenv]commands} here because that seems to be broken # on Ubuntu Trusty. commands = @@ -32,6 +33,7 @@ deps = coverage==3.7.1 pytest-cov==1.8.1 pytest-qt==1.3.0 + pytest-mock==0.4.2 cov-core==1.15.0 commands = {[testenv:mkvenv]commands}