From bf47e926a87177d943d2d07f261cd4cef9184c71 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Fri, 11 Oct 2024 16:26:59 +0100 Subject: [PATCH] pin flake8 <6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb70738e34..9da9d0b3fd 100755 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ # Test dependencies (unit tests) # Execute `pip install .[test]` once and then use `pytest` to run tests 'test': [ - 'flake8', + 'flake8<6', # code style not updated to major release 6 'pytest>=3.9,!=6.0.0rc1,!=6.0.0', 'pytest-cov>=2.10.1', 'pytest-env',