From 9c079ceb8fdd7db0a2e21e6e80b859b32988c20d Mon Sep 17 00:00:00 2001 From: Alexander Xydes Date: Wed, 14 Sep 2022 10:44:46 -0700 Subject: [PATCH] Pin flake8<5 until a bug is fixed. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6a40c3d..b26b8a4 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ passenv = CI setenv = PY_IGNORE_IMPORTMISMATCH = 1 deps = codecov + flake8<5 # Pin until https://github.com/tholo/pytest-flake8/issues/87 is fixed. flake8-pep3101 pycodestyle pydocstyle