From 7a10e37c63b28c9d75a767c15d9ee6952f7bb6cd Mon Sep 17 00:00:00 2001 From: Felix Thaler Date: Tue, 16 Aug 2022 10:42:09 +0200 Subject: [PATCH] Workaround for https://github.com/tholo/pytest-flake8/issues/87 --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9627576..d878ef3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,5 @@ yapf pytest +flake8<5 # https://github.com/tholo/pytest-flake8/issues/87 pytest-flake8 pytest-subtests