Skip to content

Commit

Permalink
Lock Flake8 to < 5
Browse files Browse the repository at this point in the history
Temp workaround for tholo/pytest-flake8#87
  • Loading branch information
PackeTsar committed Jul 31, 2022
1 parent dcfc595 commit 05c446a
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 @@ -74,7 +74,7 @@ def version():
license="GNU",
packages=find_packages(),
install_requires=install_requires,
extras_require={'dev': ['jinja2', 'pytest', 'coverage',
extras_require={'dev': ['jinja2', 'pytest', 'coverage', 'flake8<5'
'codecov', 'pytest-flake8', 'requests-mock']},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 05c446a

Please sign in to comment.