From a5e0f8be9d62aebad6f8e21198fe895b8c302c7c Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 24 Nov 2022 09:04:22 +0100 Subject: [PATCH] TST: require flake<5.0.0 --- tests/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 081c409..da1843c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,5 @@ +# To avoid https://github.com/tholo/pytest-flake8/issues/87 +flake8 <5.0.0 pytest pytest-cov pytest-doctestplus