Skip to content

Commit 0f18bf9

Browse files
committed
Update test deps.
1 parent cb5473f commit 0f18bf9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tox.ini

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
[tox]
44
envlist =
55
check
6-
py{27,35,36,37,py,py3}-pytest46-xdist27-coverage{45,51}
7-
py{36,37,38,py3}-pytest{46,54}-xdist32-coverage{45,51}
6+
py{27,35,36,37,py,py3}-pytest46-xdist27-coverage{45,52}
7+
py{36,37,38,py3}-pytest{46,54}-xdist33-coverage{45,52}
8+
py{36,37,38,py3}-pytest{60}-xdist33-coverage{52}
89
docs
910

1011
[testenv]
@@ -15,16 +16,19 @@ setenv =
1516
# Use env vars for (optional) pinning of deps.
1617
pytest46: _DEP_PYTEST=pytest==4.6.10
1718
pytest53: _DEP_PYTEST=pytest==5.3.2
18-
pytest54: _DEP_PYTEST=pytest==5.4.2
19+
pytest54: _DEP_PYTEST=pytest==5.4.3
20+
pytest60: _DEP_PYTEST=pytest==6.0.0rc1
1921

2022
xdist27: _DEP_PYTESTXDIST=pytest-xdist==1.27.0
2123
xdist29: _DEP_PYTESTXDIST=pytest-xdist==1.29.0
2224
xdist31: _DEP_PYTESTXDIST=pytest-xdist==1.31.0
2325
xdist32: _DEP_PYTESTXDIST=pytest-xdist==1.32.0
26+
xdist33: _DEP_PYTESTXDIST=pytest-xdist==1.33.0
2427

2528
coverage45: _DEP_COVERAGE=coverage==4.5.4
2629
coverage50: _DEP_COVERAGE=coverage==5.0.4
2730
coverage51: _DEP_COVERAGE=coverage==5.1
31+
coverage52: _DEP_COVERAGE=coverage==5.2
2832
# For testing against a coverage.py working tree.
2933
coveragedev: _DEP_COVERAGE=-e{env:COVERAGE_HOME}
3034
passenv =

0 commit comments

Comments
 (0)