Skip to content

Commit ad7545e

Browse files
committed
TL: pinning pytest to avoid error on tutorial tests
1 parent c4a1b1c commit ad7545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ docs = [
4747
]
4848
test = [
4949
"flake8",
50-
"pytest",
50+
"pytest<9",
5151
"pytest-notebook",
5252
"pytest-timeout",
5353
"coverage[toml]",

0 commit comments

Comments
 (0)