From aef8d6f46d3b3fc70bfec731ae3d2febba0fd1ee Mon Sep 17 00:00:00 2001 From: Jan Speller Date: Mon, 23 Jan 2023 14:22:25 +0000 Subject: [PATCH] Limit flake8 to 4.0.1 to fix tests --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5e215ff..0cca07d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ mkdocs # for develope only pytest pytest-cov +flake8==4.0.1 pytest-flake8 pytest-flakes pytest-randomly