Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
pin flake 8 to prevent compatability issues with pytest-flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
moagstar committed Aug 1, 2022
1 parent 0ace739 commit e2aef3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ipdb
# Test and lint packages
pytest
pytest-django
flake8<5 # pytest-flake8 compatability problems
pytest-flake8
pytest-isort
pytest-cov
12 changes: 7 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ django-extensions==3.2.0
# via -r requirements_dev.in
executing==0.9.1
# via stack-data
flake8==5.0.1
# via pytest-flake8
flake8==4.0.1
# via
# -r requirements_dev.in
# pytest-flake8
iniconfig==1.1.1
# via pytest
ipdb==0.13.9
Expand All @@ -46,7 +48,7 @@ jedi==0.18.1
# via ipython
matplotlib-inline==0.1.3
# via ipython
mccabe==0.7.0
mccabe==0.6.1
# via flake8
packaging==21.3
# via
Expand All @@ -72,9 +74,9 @@ pure-eval==0.2.2
# via stack-data
py==1.11.0
# via pytest
pycodestyle==2.9.0
pycodestyle==2.8.0
# via flake8
pyflakes==2.5.0
pyflakes==2.4.0
# via flake8
pygments==2.12.0
# via ipython
Expand Down

0 comments on commit e2aef3e

Please sign in to comment.