From 6a8c1e62b7055d5090deb89171ae83be5bbdf735 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 21 Sep 2015 07:15:48 +0200 Subject: [PATCH] tox: Update pyflakes to 1.0.0. Changes: - Don't mark shadowing variable as 'used'. - Test that used variable in loop is considered used - Don't report UnusedImport when binding global name - Support Python 3.5 async/await statements for Pyflakes. - Use os.linesep for Windows compatibility - os.chmod() supports only read-only flag operations on Windows --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 42101832e..8096a870b 100644 --- a/tox.ini +++ b/tox.ini @@ -110,7 +110,7 @@ deps = -r{toxinidir}/requirements.txt py==1.4.30 pytest==2.7.3 # rq.filter: <2.8.0 - pyflakes==0.9.2 + pyflakes==1.0.0 pytest-flakes==1.0.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir}