tox: Update pyflakes to 1.2.1

1.2.1 (2015-05-05):
  - Fix false RedefinedWhileUnused for submodule imports

1.2.0 (2016-05-03):
  - Warn against reusing exception names after the except: block on Python 3
  - Improve the error messages for imports
This commit is contained in:
Florian Bruhin 2016-05-06 16:24:58 +02:00
parent d2be8a28ca
commit 16f071c778

View File

@ -152,8 +152,7 @@ deps =
flake8-copyright==0.1
mccabe==0.4.0
pep8==1.7.0
# https://bugs.launchpad.net/pyflakes/+bug/1578051
pyflakes==1.1.0 # rq.filter: != 1.2.0
pyflakes==1.2.1
flake8-string-format==0.2.1
flake8-deprecated==1.0
flake8-mock==0.2