Limit flake8 to 4.0.1 to fix tests

This commit is contained in:
Jan Speller 2023-01-23 14:22:25 +00:00
parent c5c45e39d9
commit aef8d6f46d

View file

@ -8,6 +8,7 @@ mkdocs
# for develope only # for develope only
pytest pytest
pytest-cov pytest-cov
flake8==4.0.1
pytest-flake8 pytest-flake8
pytest-flakes pytest-flakes
pytest-randomly pytest-randomly