Skip to content

Commit

Permalink
Drop flake8 pinning: tholo/pytest-flake8#81 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Mar 20, 2022
1 parent 0eebc2b commit 8cafdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

tests_require = [
'pytest',
'flake8 < 4',
'flake8',
'pytest-flake8',
'pytest-cram == 0.2.2',
]
Expand Down

0 comments on commit 8cafdcc

Please sign in to comment.