@@ -12,8 +12,7 @@ passenv =
12
12
[tox]
13
13
envlist =
14
14
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}
17
16
docs
18
17
19
18
[testenv]
@@ -31,6 +30,7 @@ setenv =
31
30
pytest70: _DEP_PYTEST =pytest ==7.0.1
32
31
pytest71: _DEP_PYTEST =pytest ==7.1.2
33
32
pytest72: _DEP_PYTEST =pytest ==7.2.0
33
+ pytest73: _DEP_PYTEST =pytest ==7.3.1
34
34
35
35
xdist127: _DEP_PYTESTXDIST =pytest-xdist ==1.27.0
36
36
xdist129: _DEP_PYTESTXDIST =pytest-xdist ==1.29.0
@@ -43,6 +43,7 @@ setenv =
43
43
xdist202: _DEP_PYTESTXDIST =pytest-xdist ==2.2.0
44
44
xdist250: _DEP_PYTESTXDIST =pytest-xdist ==2.5.0
45
45
xdist320: _DEP_PYTESTXDIST =pytest-xdist ==3.2.0
46
+ xdist330: _DEP_PYTESTXDIST =pytest-xdist ==3.3.1
46
47
xdistdev: _DEP_PYTESTXDIST =git+https://github.com/pytest-dev/pytest-xdist.git# egg=pytest-xdist
47
48
48
49
coverage45: _DEP_COVERAGE =coverage ==4.5.4
@@ -58,6 +59,7 @@ setenv =
58
59
coverage63: _DEP_COVERAGE =coverage ==6.3.3
59
60
coverage64: _DEP_COVERAGE =coverage ==6.4.2
60
61
coverage65: _DEP_COVERAGE =coverage ==6.5.0
62
+ coverage72: _DEP_COVERAGE =coverage ==7.2.5
61
63
# For testing against a coverage.py working tree.
62
64
coveragedev: _DEP_COVERAGE =-e{env:COVERAGE_HOME}
63
65
passenv =
0 commit comments