@@ -5,7 +5,7 @@ envlist =
5
5
check
6
6
py{27,35,36,37,py,py3}-pytest46-xdist27-coverage{45,52}
7
7
py{36,37,38,py3}-pytest{46,54}-xdist33-coverage{45,52}
8
- py{36,37,38,py3}-pytest{60}-xdist33 -coverage{52}
8
+ py{36,37,38,py3}-pytest{60}-xdistd34 -coverage{52}
9
9
docs
10
10
11
11
[testenv]
@@ -17,13 +17,15 @@ setenv =
17
17
pytest46: _DEP_PYTEST =pytest ==4.6.10
18
18
pytest53: _DEP_PYTEST =pytest ==5.3.2
19
19
pytest54: _DEP_PYTEST =pytest ==5.4.3
20
- pytest60: _DEP_PYTEST =pytest ==6.0.0rc1
20
+ pytest60: _DEP_PYTEST =pytest ==6.0.1
21
21
22
22
xdist27: _DEP_PYTESTXDIST =pytest-xdist ==1.27.0
23
23
xdist29: _DEP_PYTESTXDIST =pytest-xdist ==1.29.0
24
24
xdist31: _DEP_PYTESTXDIST =pytest-xdist ==1.31.0
25
25
xdist32: _DEP_PYTESTXDIST =pytest-xdist ==1.32.0
26
26
xdist33: _DEP_PYTESTXDIST =pytest-xdist ==1.33.0
27
+ xdist34: _DEP_PYTESTXDIST =pytest-xdist ==1.34.0
28
+ xdistdev: _DEP_PYTESTXDIST =git+https://github.com/pytest-dev/pytest-xdist.git# egg=pytest-xdist
27
29
28
30
coverage45: _DEP_COVERAGE =coverage ==4.5.4
29
31
coverage50: _DEP_COVERAGE =coverage ==5.0.4
0 commit comments