Commit a2b02b3
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments