Skip to content

Commit

Permalink
Enforce pytest 7 (#393)
Browse files Browse the repository at this point in the history
Pytest 8 is still unstable
  • Loading branch information
blink1073 authored Feb 25, 2024
1 parent dfed905 commit 1c5fa37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Tracker = "https://github.com/jupyter/jupyter_core/issues"
test = [
"ipykernel",
"pre-commit",
"pytest",
"pytest<8",
"pytest-cov",
"pytest-timeout"
]
Expand Down Expand Up @@ -110,7 +110,7 @@ enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
warn_unreachable = true

[tool.pytest.ini_options]
minversion = "6.0"
minversion = "7.0"
xfail_strict = true
log_cli_level = "info"
addopts = [
Expand Down

0 comments on commit 1c5fa37

Please sign in to comment.