fix pytest-python matrix

This commit is contained in:
Alessio Bogon 2022-02-22 17:14:42 +01:00
parent d398353d7e
commit 5737ca4a2d
1 changed files with 4 additions and 1 deletions

View File

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