From 10f7d60aca62b842c0d4f424ae329cc66bff7f27 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Mon, 5 Feb 2024 19:43:24 +0000 Subject: [PATCH] pytest-lsp: Test against pytest `7.x` and `8.x` --- lib/pytest-lsp/tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/pytest-lsp/tox.ini b/lib/pytest-lsp/tox.ini index 46aa501..763e31a 100644 --- a/lib/pytest-lsp/tox.ini +++ b/lib/pytest-lsp/tox.ini @@ -2,7 +2,7 @@ isolated_build = true skip_missing_interpreters = true min_version = 4.0 -envlist = py{38,39,310,311,312} +envlist = py{38,39,310,311,312}-pytest{7,8} [testenv] description = "Run pytest-lsp's test suite" @@ -10,6 +10,9 @@ package = wheel wheel_build_env = .pkg deps = coverage[toml] + + pytest7: pytest>=7,<8 + pytest8: pytest>=8,<9 commands_pre = coverage erase commands =