Skip to content

Commit

Permalink
Merge pull request #2 from szobov/fix-flake8-version-to-workaround-py…
Browse files Browse the repository at this point in the history
…test-flake8-incompatibilities

Fix flake8 version 5.0.0 to fix incompatibilities with pytest-flake8
  • Loading branch information
szobov authored Oct 26, 2022
2 parents 501c423 + 8f4c9b2 commit 62a53db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ pytest-timeout>=2.1.0
pytest-mypy>=0.10.0
responses>=0.21.0
pytest-flake8>=1.1.1
flake8>=5.0.4
# flake8>=5.0.4
flake8<5.0.0 # until https://github.com/tholo/pytest-flake8/pull/88 is not merged
pytest-black>=0.3.12

0 comments on commit 62a53db

Please sign in to comment.