Skip to content

Commit

Permalink
flake8 7 pin rather
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Oct 11, 2024
1 parent 112ae95 commit 373081c
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 @@ -80,7 +80,7 @@
# Test dependencies (unit tests)
# Execute `pip install .[test]` once and then use `pytest` to run tests
'test': [
'flake8<6', # code style not updated to major release 6
'flake8<7', # code style not updated to major release 7
'pytest>=3.9,!=6.0.0rc1,!=6.0.0',
'pytest-cov>=2.10.1',
'pytest-env',
Expand Down

0 comments on commit 373081c

Please sign in to comment.