From a4ce663c3145b9686fdeb4950df2d7dfa4723986 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 12 May 2016 16:43:46 -0700 Subject: [PATCH] tox.ini: pyflakes-1.2.3 is out, and works This no longer suffers from the bug which caused pyflakes to crash when it sees "from . import x". --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 90f81ca..7ee4127 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ skip_missing_interpreters = True [testenv] deps = - pyflakes != 1.2.0, != 1.2.1, != 1.2.2 + pyflakes >= 1.2.3 {env:EXTRA_DEPENDENCY:} commands = pyflakes setup.py src