We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d398353 commit 5737ca4Copy full SHA for 5737ca4
tox.ini
@@ -1,7 +1,10 @@
1
[tox]
2
distshare = {homedir}/.tox/distshare
3
envlist = py310-pytestlatest-linters,
4
- py310-pytest{50,51,52,53,54,60,61,62,70,latest}-coverage,
+ ; 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,
8
py{37,38,39}-pytestlatest-coverage,
9
py310-pytestlatest-xdist-coverage
10
skip_missing_interpreters = true
0 commit comments