@@ -14,7 +14,7 @@ envlist =
1414 clean,
1515 check,
1616 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},
1818 report
1919ignore_basepython_conflict = true
2020
@@ -35,54 +35,23 @@ setenv =
3535 PYTHONUNBUFFERED =yes
3636
3737 # 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
4938 pytest80: _DEP_PYTEST =pytest ==8.0.2
5039 pytest81: _DEP_PYTEST =pytest ==8.1.1
40+ pytest82: _DEP_PYTEST =pytest ==8.2.2
41+ pytest83: _DEP_PYTEST =pytest ==8.3.3
5142
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
6648 xdistdev: _DEP_PYTESTXDIST =git+https://github.com/pytest-dev/pytest-xdist.git# egg=pytest-xdist
6749
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
8150 coverage72: _DEP_COVERAGE =coverage ==7.2.7
8251 coverage73: _DEP_COVERAGE =coverage ==7.3.4
8352 coverage74: _DEP_COVERAGE =coverage ==7.4.4
8453 coverage75: _DEP_COVERAGE =coverage ==7.5.4
85- coverage76: _DEP_COVERAGE =coverage ==7.6.1
54+ coverage76: _DEP_COVERAGE =coverage ==7.6.4
8655 # For testing against a coverage.py working tree.
8756 coveragedev: _DEP_COVERAGE =-e{env:COVERAGE_HOME}
8857passenv =
0 commit comments