Skip to content

Commit

Permalink
Pin flake8 to be < 5
Browse files Browse the repository at this point in the history
pytest-flake8 doesn't work with flake8 5, as reported in
pytest-flake8#87.

Until that issue is fixed and we can rely on newer pytest-flake8,
pin flake8.
  • Loading branch information
blairconrad committed Aug 12, 2022
1 parent 0984b77 commit dda0dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deps =
pytest >= 7.0.1
pytest-black
pydicom>=2.1.1
flake8
flake8<5
pep8-naming
pytest-flake8
mypy
Expand Down

0 comments on commit dda0dd2

Please sign in to comment.