Skip to content

Commit 9e13598

Browse files
committed
Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.
1 parent 56b6f1d commit 9e13598

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ testing =
3030
# upstream
3131
pytest >= 6
3232
pytest-checkdocs >= 2.4
33-
pytest-flake8
33+
pytest-flake8; \
34+
# workaround for tholo/pytest-flake8#87
35+
python_version < "3.12"
3436
# workaround for tholo/pytest-flake8#87
3537
flake8 < 5
3638
pytest-black >= 0.3.7; \

0 commit comments

Comments
 (0)