From abc2c2b087eed524f7311a080d89ad7fa2c68c53 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 8 Apr 2015 00:41:51 -0300 Subject: [PATCH] Remove spurious dependencies from tox.ini as pointed out by @The-Compiler --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 9eccaf18e..74bade631 100644 --- a/tox.ini +++ b/tox.ini @@ -33,9 +33,6 @@ deps = {[testenv:unittests]deps} coverage==3.7.1 pytest-cov==1.8.1 - pytest-capturelog==0.7 - pytest-qt==1.3.0 - pytest-mock==0.4.2 cov-core==1.15.0 commands = {[testenv:mkvenv]commands}