Skip to content

Commit

Permalink
pytest-lsp: Test against pytest 7.x and 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Feb 5, 2024
1 parent 0824b75 commit 10f7d60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/pytest-lsp/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
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"
package = wheel
wheel_build_env = .pkg
deps =
coverage[toml]

pytest7: pytest>=7,<8
pytest8: pytest>=8,<9
commands_pre =
coverage erase
commands =
Expand Down

0 comments on commit 10f7d60

Please sign in to comment.