From 879725100fa4e51270092c812f9add7ab7b64062 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 8 Jan 2016 10:19:23 +0100 Subject: [PATCH] tox: Get rid of pytest-cache. --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 5dfda62e3..7502331cc 100644 --- a/tox.ini +++ b/tox.ini @@ -157,7 +157,6 @@ deps = py==1.4.31 pyflakes==1.0.0 pytest==2.8.5 - pytest-cache==1.0 pytest-flakes==1.0.1 commands = {envpython} -m py.test -q --flakes --ignore=tests --noconftest @@ -172,7 +171,6 @@ deps = pep8==1.6.2 py==1.4.31 pytest==2.8.5 - pytest-cache==1.0 pytest-pep8==1.0.6 commands = {envpython} -m py.test -q --pep8 --ignore=tests --noconftest @@ -188,7 +186,6 @@ deps = mccabe==0.3.1 py==1.4.31 pytest==2.8.5 - pytest-cache==1.0 pytest-mccabe==0.1 commands = {envpython} -m py.test -q --mccabe --ignore=tests --noconftest