Skip to content

Commit

Permalink
Cap pytest to 7.x series while we wait for upstream fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jan 31, 2024
1 parent 3d9f5d4 commit c9d0b00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ coverage = { extras = ["toml"], version = "^7.2.3" }
furo = "^2024.1.29"
mypy = "^1.2.0"
myst-parser = "^2.0.0"
pytest = "^8.0.0"
# XXX Cap pytest to 7.x series while we wait for https://github.com/smarie/python-pytest-cases/issues/330
# to be fixed.
pytest = "<8.0.0"
# More pytest plugins at: https://docs.pytest.org/en/latest/reference/plugin_list.html
pytest-cases = "^3.7.0"
pytest-cov = "^4.0.0"
Expand Down

0 comments on commit c9d0b00

Please sign in to comment.