tox: reject pyflakes-1.2*, due to a bug

https://bugs.launchpad.net/pyflakes/+bug/1560134 causes an internal
error in pyflakes 1.2.0 and 1.2.1 when it encounters one of our "from .
import x" statements.
This commit is contained in:
Brian Warner 2016-05-06 08:54:25 -07:00
parent a671982ab0
commit 46fb9d9cfc

View File

@ -18,7 +18,7 @@ skip_missing_interpreters = True
[testenv]
deps =
pyflakes
pyflakes != 1.2.0, != 1.2.1
{env:EXTRA_DEPENDENCY:}
commands =
pyflakes setup.py src