Skip to content

Commit

Permalink
Merge pull request #5 from torchbox-forks/fix/wagtail-tests
Browse files Browse the repository at this point in the history
Drop wagtailmain for in tox.ini for now
  • Loading branch information
katdom13 authored Nov 23, 2023
2 parents d262a64 + 3b28d8f commit 05f3e50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ skipsdist = True
usedevelop = True

envlist =
python{3.8,3.9,3.10}-django{3.2,4.1}-wagtail{4.1,4.2,5.0,5.1,main}-{sqlite,postgres}
python{3.11}-django{4.1,4.2}-wagtail{5.0,5.1,main}-{sqlite,postgres}
python{3.8,3.9,3.10}-django{3.2,4.1}-wagtail{4.1,4.2,5.0,5.1}-{sqlite,postgres}
python{3.11}-django{4.1,4.2}-wagtail{5.0,5.1}-{sqlite,postgres}
flake8

[flake8]
Expand Down Expand Up @@ -43,6 +43,8 @@ deps =
wagtail4.2: wagtail>=4.2,<5.0
wagtail5.0: wagtail>=5.0,<5.1
wagtail5.1: wagtail>=5.1,<5.2

; The current Wagtail version for main is 5.1.x, which is deprecates the wagtail.contrib.modeladmin module
wagtailmain: git+https://github.com/wagtail/wagtail.git

postgres: psycopg2>=2.6
Expand Down

0 comments on commit 05f3e50

Please sign in to comment.