From 1a4f0009402aa2a2d43b3166ed0777db99c1be28 Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Sat, 18 Jun 2016 10:44:56 +0200 Subject: [PATCH] pin flake8 to 2.5.5 to omit f405 errors --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index deb1dd50..d2cfed18 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py27,py34,py35 passenv = LC_ALL, LANG, HOME deps = binaryornot - flake8 + flake8==2.5.5 pytest-cookies sh commands = py.test {posargs:tests}