Skip to content

Commit

Permalink
Try to fix flake8 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haydngreatnews committed Sep 15, 2024
1 parent df343b9 commit 727834c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# Testing dependencies
testing_extras = [
# Required for running the tests
"tox>=3.26.0,<3.27",
"tox>=4.18.1,<4.19",
# For coverage and PEP8 linting
"coverage>=6.5.0,<6.6",
"flake8>=5.0.4,<5.1",
"flake8>=7.0.0,<7.1",
"isort>=5.10.1",
# For test site
"wagtail>=4.1",
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
skipsdist = True
usedevelop = True
envlist =
py311-dj42-wt{50,51,52,60,61,62}-dr{3,4}
py311-dj42-wt{41,42,50,51,52,60,61,62}-dr{3,4}
py312-dj{50,51,52}-wt{52,60,61,62}-dr{3,4}

[testenv]
Expand All @@ -27,7 +27,8 @@ deps =
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
dj52: Django>=5.2,<5.3
wt41: wagtail>=4.1,<5.0
wt41: wagtail>=4.1,<4.2
wt41: wagtail>=4.2,<5.0
wt50: wagtail>=5.0,<5.1
wt51: wagtail>=5.1,<5.2
wt52: wagtail>=5.2,<5.3
Expand Down

0 comments on commit 727834c

Please sign in to comment.