From 703b0043dbab36c8e98a98aacc438dc1b03fbd93 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 17 Jun 2015 17:48:25 +0200 Subject: [PATCH] tox: Update pyflakes to 0.9.2. Upstream changelog: - Fix a traceback when a global is defined in one scope, and used in another. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2013d1460..574e0a941 100644 --- a/tox.ini +++ b/tox.ini @@ -80,7 +80,7 @@ deps = -r{toxinidir}/requirements.txt py==1.4.28 pytest==2.7.1 - pyflakes==0.9.1 + pyflakes==0.9.2 pytest-flakes==1.0.0 commands = {envpython} scripts/link_pyqt.py --tox {envdir}