Drop support for pytest < 6.2

This commit is contained in:
Alessio Bogon 2022-07-26 00:07:46 +02:00
parent 8ee02ab5e2
commit 1706700ce6
2 changed files with 2 additions and 6 deletions

View File

@ -39,7 +39,7 @@ glob2 = "*"
Mako = "*" Mako = "*"
parse = "*" parse = "*"
parse-type = "*" parse-type = "*"
pytest = ">=5.0" pytest = ">=6.2.0"
typing-extensions = "*" typing-extensions = "*"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]

View File

@ -2,11 +2,7 @@
# needed for PEP 517-style builds # needed for PEP 517-style builds
isolated_build = True isolated_build = True
distshare = {homedir}/.tox/distshare distshare = {homedir}/.tox/distshare
envlist = ; python 3.10 is only supported by pytest >= 6.2.5: envlist = py{37,38,39,310,311}-pytest{62,70,71,latest}-coverage,
py{310,311}-pytest{62,70,71,latest}-coverage,
; the rest of pytest runs can use an older python:
py39-pytest{50,51,52,53,54,60,61}-coverage,
py{37,38,39}-pytestlatest-coverage,
py310-pytestlatest-xdist-coverage py310-pytestlatest-xdist-coverage
skip_missing_interpreters = true skip_missing_interpreters = true