@@ -5,7 +5,7 @@ envlist =
55 check
66 py{27,35,36,37,py,py3}-pytest46-xdist27-coverage{45,52}
77 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}
99 docs
1010
1111[testenv]
@@ -17,13 +17,15 @@ setenv =
1717 pytest46: _DEP_PYTEST =pytest ==4.6.10
1818 pytest53: _DEP_PYTEST =pytest ==5.3.2
1919 pytest54: _DEP_PYTEST =pytest ==5.4.3
20- pytest60: _DEP_PYTEST =pytest ==6.0.0rc1
20+ pytest60: _DEP_PYTEST =pytest ==6.0.1
2121
2222 xdist27: _DEP_PYTESTXDIST =pytest-xdist ==1.27.0
2323 xdist29: _DEP_PYTESTXDIST =pytest-xdist ==1.29.0
2424 xdist31: _DEP_PYTESTXDIST =pytest-xdist ==1.31.0
2525 xdist32: _DEP_PYTESTXDIST =pytest-xdist ==1.32.0
2626 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
2729
2830 coverage45: _DEP_COVERAGE =coverage ==4.5.4
2931 coverage50: _DEP_COVERAGE =coverage ==5.0.4
0 commit comments