Skip to content

Commit 5737ca4

Browse files
committed
fix pytest-python matrix
1 parent d398353 commit 5737ca4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[tox]
22
distshare = {homedir}/.tox/distshare
33
envlist = py310-pytestlatest-linters,
4-
py310-pytest{50,51,52,53,54,60,61,62,70,latest}-coverage,
4+
; python 3.10 is only supported by pytest >= 6.2.5:
5+
py310-pytest{62,70,latest}-coverage,
6+
; the rest of pytest runs need to use an older python:
7+
py39-pytest{50,51,52,53,54,60,61}-coverage,
58
py{37,38,39}-pytestlatest-coverage,
69
py310-pytestlatest-xdist-coverage
710
skip_missing_interpreters = true

0 commit comments

Comments
 (0)