From 01f424fdb02c9d3cf6753e650b64ca673b7d7013 Mon Sep 17 00:00:00 2001 From: Florian Bruhin <git@the-compiler.org> Date: Thu, 17 Sep 2015 19:03:43 +0200 Subject: [PATCH] tox: Update pytest-flakes to 1.0.1. Changelog: - make the data json clean so we can support modern pytest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5428e3912..9ce1a9066 100644 --- a/tox.ini +++ b/tox.ini @@ -111,7 +111,7 @@ deps = py==1.4.30 pytest==2.7.3 pyflakes==0.9.2 - pytest-flakes==1.0.0 + pytest-flakes==1.0.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -m py.test -q --flakes --ignore=tests