@@ -14,7 +14,7 @@ envlist =
14
14
clean,
15
15
check,
16
16
docs,
17
- {py38,py39,py310,py311,py312,pypy38,pypy39,pypy310}-pytest{81}-xdist{350 }-coverage{75,76},
17
+ {py38,py39,py310,py311,py312,pypy38,pypy39,pypy310}-{pytest83}-{xdist36 }-coverage{75,76},
18
18
report
19
19
ignore_basepython_conflict = true
20
20
@@ -35,54 +35,23 @@ setenv =
35
35
PYTHONUNBUFFERED =yes
36
36
37
37
# Use env vars for (optional) pinning of deps.
38
- pytest46: _DEP_PYTEST =pytest ==4.6.10
39
- pytest53: _DEP_PYTEST =pytest ==5.3.2
40
- pytest54: _DEP_PYTEST =pytest ==5.4.3
41
- pytest60: _DEP_PYTEST =pytest ==6.0.2
42
- pytest61: _DEP_PYTEST =pytest ==6.1.2
43
- pytest62: _DEP_PYTEST =pytest ==6.2.5
44
- pytest70: _DEP_PYTEST =pytest ==7.0.1
45
- pytest71: _DEP_PYTEST =pytest ==7.1.2
46
- pytest72: _DEP_PYTEST =pytest ==7.2.0
47
- pytest73: _DEP_PYTEST =pytest ==7.3.3
48
- pytest74: _DEP_PYTEST =pytest ==7.4.4
49
38
pytest80: _DEP_PYTEST =pytest ==8.0.2
50
39
pytest81: _DEP_PYTEST =pytest ==8.1.1
40
+ pytest82: _DEP_PYTEST =pytest ==8.2.2
41
+ pytest83: _DEP_PYTEST =pytest ==8.3.3
51
42
52
- xdist127: _DEP_PYTESTXDIST =pytest-xdist ==1.27.0
53
- xdist129: _DEP_PYTESTXDIST =pytest-xdist ==1.29.0
54
- xdist131: _DEP_PYTESTXDIST =pytest-xdist ==1.31.0
55
- xdist132: _DEP_PYTESTXDIST =pytest-xdist ==1.32.0
56
- xdist133: _DEP_PYTESTXDIST =pytest-xdist ==1.33.0
57
- xdist134: _DEP_PYTESTXDIST =pytest-xdist ==1.34.0
58
- xdist200: _DEP_PYTESTXDIST =pytest-xdist ==2.0.0
59
- xdist201: _DEP_PYTESTXDIST =pytest-xdist ==2.1.0
60
- xdist202: _DEP_PYTESTXDIST =pytest-xdist ==2.2.0
61
- xdist250: _DEP_PYTESTXDIST =pytest-xdist ==2.5.0
62
- xdist320: _DEP_PYTESTXDIST =pytest-xdist ==3.2.0
63
- xdist330: _DEP_PYTESTXDIST =pytest-xdist ==3.3.1
64
- xdist340: _DEP_PYTESTXDIST =pytest-xdist ==3.4.0
65
- xdist350: _DEP_PYTESTXDIST =pytest-xdist ==3.5.0
43
+ xdist32: _DEP_PYTESTXDIST =pytest-xdist ==3.2.0
44
+ xdist33: _DEP_PYTESTXDIST =pytest-xdist ==3.3.1
45
+ xdist34: _DEP_PYTESTXDIST =pytest-xdist ==3.4.0
46
+ xdist35: _DEP_PYTESTXDIST =pytest-xdist ==3.5.0
47
+ xdist36: _DEP_PYTESTXDIST =pytest-xdist ==3.6.1
66
48
xdistdev: _DEP_PYTESTXDIST =git+https://github.com/pytest-dev/pytest-xdist.git# egg=pytest-xdist
67
49
68
- coverage45: _DEP_COVERAGE =coverage ==4.5.4
69
- coverage50: _DEP_COVERAGE =coverage ==5.0.4
70
- coverage51: _DEP_COVERAGE =coverage ==5.1
71
- coverage52: _DEP_COVERAGE =coverage ==5.2.1
72
- coverage53: _DEP_COVERAGE =coverage ==5.3.1
73
- coverage54: _DEP_COVERAGE =coverage ==5.4
74
- coverage55: _DEP_COVERAGE =coverage ==5.5
75
- coverage60: _DEP_COVERAGE =coverage ==6.0.2
76
- coverage61: _DEP_COVERAGE =coverage ==6.1.2
77
- coverage62: _DEP_COVERAGE =coverage ==6.2
78
- coverage63: _DEP_COVERAGE =coverage ==6.3.3
79
- coverage64: _DEP_COVERAGE =coverage ==6.4.2
80
- coverage65: _DEP_COVERAGE =coverage ==6.5.0
81
50
coverage72: _DEP_COVERAGE =coverage ==7.2.7
82
51
coverage73: _DEP_COVERAGE =coverage ==7.3.4
83
52
coverage74: _DEP_COVERAGE =coverage ==7.4.4
84
53
coverage75: _DEP_COVERAGE =coverage ==7.5.4
85
- coverage76: _DEP_COVERAGE =coverage ==7.6.1
54
+ coverage76: _DEP_COVERAGE =coverage ==7.6.4
86
55
# For testing against a coverage.py working tree.
87
56
coveragedev: _DEP_COVERAGE =-e{env:COVERAGE_HOME}
88
57
passenv =
0 commit comments