@@ -15,7 +15,7 @@ envlist =
15
15
check
16
16
py{36,37,py,py3}-pytest46-xdist127-coverage{55}
17
17
py{36,37,38,py3}-pytest{46,54}-xdist133-coverage{55}
18
- py{36,37,38,39,310,py3}-pytest{62}-xdist202 -coverage{55}
18
+ py{36,37,38,39,310,py3}-pytest{62}-xdist250 -coverage{55,60,61,62,63 }
19
19
docs
20
20
21
21
[testenv]
@@ -40,6 +40,7 @@ setenv =
40
40
xdist200: _DEP_PYTESTXDIST =pytest-xdist ==2.0.0
41
41
xdist201: _DEP_PYTESTXDIST =pytest-xdist ==2.1.0
42
42
xdist202: _DEP_PYTESTXDIST =pytest-xdist ==2.2.0
43
+ xdist250: _DEP_PYTESTXDIST =pytest-xdist ==2.5.0
43
44
xdistdev: _DEP_PYTESTXDIST =git+https://github.com/pytest-dev/pytest-xdist.git# egg=pytest-xdist
44
45
45
46
coverage45: _DEP_COVERAGE =coverage ==4.5.4
@@ -49,6 +50,10 @@ setenv =
49
50
coverage53: _DEP_COVERAGE =coverage ==5.3.1
50
51
coverage54: _DEP_COVERAGE =coverage ==5.4
51
52
coverage55: _DEP_COVERAGE =coverage ==5.5
53
+ coverage60: _DEP_COVERAGE =coverage ==6.0.2
54
+ coverage61: _DEP_COVERAGE =coverage ==6.1.2
55
+ coverage62: _DEP_COVERAGE =coverage ==6.2
56
+ coverage63: _DEP_COVERAGE =coverage ==6.3
52
57
# For testing against a coverage.py working tree.
53
58
coveragedev: _DEP_COVERAGE =-e{env:COVERAGE_HOME}
54
59
passenv =
0 commit comments