Skip to content

Commit

Permalink
Merge pull request #598 from NatLibFi/fix-pin-flake8-version4
Browse files Browse the repository at this point in the history
Pin flake8 to version 4.x to avoid pytest-flake8 breakage
  • Loading branch information
osma authored Aug 2, 2022
2 parents aa50441 + 340ce58 commit 90007d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def read(fname):
'pytest-watch',
'pytest-flask',
'pytest-flake8',
'flake8<5',
'bumpversion',
'autopep8',
'importlib_metadata'
Expand Down

0 comments on commit 90007d7

Please sign in to comment.