Commit 9eeef42
committed
Deduplicate the tox envlist and pin the pytest 8.2/8.3/9.0 factors
Merge the two overlapping envlist rows: the only reason for the split
is that pytest 7.0-7.2 do not support python 3.12+. Env coverage is
unchanged (verified with `tox -l` before/after).
The pytest8.2 and pytest8.3 factors had no matching pin in the deps
section, so those envs silently installed the latest pytest and just
duplicated pytestlatest. Pin them, and add a pytest9.0 factor now that
pytest 9 is out.1 parent 74cc310 commit 9eeef42
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments