From ef0e7a95700f725d170b10c294f0a2474d8caa3b Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Wed, 25 Oct 2017 21:46:12 +0200 Subject: [PATCH] Remove forced upgrade of Pyflakes from Tox --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index aeb47f1..e19cc5a 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ commands = mypy --ignore-missing-imports fimfarchive deps = -rrequirements.txt - pyflakes>=1.6.0 pytest flake8 mypy