From 5737ca4a2d7b4b06b7d8403f8629652bbeb4054c Mon Sep 17 00:00:00 2001 From: Alessio Bogon Date: Tue, 22 Feb 2022 17:14:42 +0100 Subject: [PATCH] fix pytest-python matrix --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d4379f6..bd7ad2f 100644 --- a/tox.ini +++ b/tox.ini @@ -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