@@ -12,8 +12,7 @@ passenv =
1212[tox]
1313envlist =
1414 check
15- py{37,38,39,310,py37,py38}-pytest{71}-xdist250-coverage{64}
16- py{311,py39}-pytest{72}-xdist320-coverage{65}
15+ py{37,38,39,310,311,py37,py38,py39}-pytest{73}-xdist330-coverage{72}
1716 docs
1817
1918[testenv]
@@ -31,6 +30,7 @@ setenv =
3130 pytest70: _DEP_PYTEST =pytest ==7.0.1
3231 pytest71: _DEP_PYTEST =pytest ==7.1.2
3332 pytest72: _DEP_PYTEST =pytest ==7.2.0
33+ pytest73: _DEP_PYTEST =pytest ==7.3.1
3434
3535 xdist127: _DEP_PYTESTXDIST =pytest-xdist ==1.27.0
3636 xdist129: _DEP_PYTESTXDIST =pytest-xdist ==1.29.0
@@ -43,6 +43,7 @@ setenv =
4343 xdist202: _DEP_PYTESTXDIST =pytest-xdist ==2.2.0
4444 xdist250: _DEP_PYTESTXDIST =pytest-xdist ==2.5.0
4545 xdist320: _DEP_PYTESTXDIST =pytest-xdist ==3.2.0
46+ xdist330: _DEP_PYTESTXDIST =pytest-xdist ==3.3.1
4647 xdistdev: _DEP_PYTESTXDIST =git+https://github.com/pytest-dev/pytest-xdist.git# egg=pytest-xdist
4748
4849 coverage45: _DEP_COVERAGE =coverage ==4.5.4
@@ -58,6 +59,7 @@ setenv =
5859 coverage63: _DEP_COVERAGE =coverage ==6.3.3
5960 coverage64: _DEP_COVERAGE =coverage ==6.4.2
6061 coverage65: _DEP_COVERAGE =coverage ==6.5.0
62+ coverage72: _DEP_COVERAGE =coverage ==7.2.5
6163 # For testing against a coverage.py working tree.
6264 coveragedev: _DEP_COVERAGE =-e{env:COVERAGE_HOME}
6365passenv =
0 commit comments