Skip to content

Commit 1c5fa37

Browse files
authored
Enforce pytest 7 (#393)
Pytest 8 is still unstable
1 parent dfed905 commit 1c5fa37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Tracker = "https://github.com/jupyter/jupyter_core/issues"
4242
test = [
4343
"ipykernel",
4444
"pre-commit",
45-
"pytest",
45+
"pytest<8",
4646
"pytest-cov",
4747
"pytest-timeout"
4848
]
@@ -110,7 +110,7 @@ enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
110110
warn_unreachable = true
111111

112112
[tool.pytest.ini_options]
113-
minversion = "6.0"
113+
minversion = "7.0"
114114
xfail_strict = true
115115
log_cli_level = "info"
116116
addopts = [

0 commit comments

Comments
 (0)