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
Nicola Canepa committed Jan 11, 2024
1 parent 7db8c56 commit bab6642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ deps =
pytest-cov
flake8 < 5.0.0
importlib-metadata < 5.0
pytest-flake8
# workaround for tholo/pytest-flake8#87
pytest-flake8; python_version < "3.12"
pytest-mypy
types-mock
# ipython
Expand Down

0 comments on commit bab6642

Please sign in to comment.