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 26, 2024
1 parent f4ff63f commit c3686c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/pytest-lsp/changes/145.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Start testing against pytest v8
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 c3686c6

Please sign in to comment.