Skip to content

Commit a2b02b3

Browse files
nickmoretonclaude
andcommitted
Add {sqlite,postgres} factor to tox envlist
Tox 4.54 rejects env names that aren't declared in envlist, so the CI matrix was failing with "provided environments not found in configuration file: py3.11-django5.2-wagtail7.0-sqlite". The GitHub workflows pass TOXENV with a -sqlite or -postgres suffix to pick up the psycopg2 factor-conditional dep, so add that factor to every envlist entry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 69dcf18 commit a2b02b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
min_version = 4.11
33

44
envlist =
5-
py{3.11,3.12,3.13}-django5.2-wagtail7.0
6-
py{3.11,3.12,3.13,3.14}-django5.2-wagtail7.4
7-
py{3.13,3.14}-django6.0-wagtail7.4
5+
py{3.11,3.12,3.13}-django5.2-wagtail7.0-{sqlite,postgres}
6+
py{3.11,3.12,3.13,3.14}-django5.2-wagtail7.4-{sqlite,postgres}
7+
py{3.13,3.14}-django6.0-wagtail7.4-{sqlite,postgres}
88

99
[gh-actions]
1010
python =

0 commit comments

Comments
 (0)