Skip to content

Commit

Permalink
Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 19, 2022
1 parent c1755a3 commit a83cf2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Expand Up @@ -30,7 +30,9 @@ testing =
# upstream
pytest >= 6
pytest-checkdocs >= 2.4
pytest-flake8
pytest-flake8; \
# workaround for tholo/pytest-flake8#87
python_version < "3.12"
# workaround for tholo/pytest-flake8#87
flake8 < 5
pytest-black >= 0.3.7; \
Expand Down

0 comments on commit a83cf2e

Please sign in to comment.