Skip to content

Commit ccdaff8

Browse files
authored
fix to <8 pytest version (#260)
1 parent ff3d8c8 commit ccdaff8

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
@@ -25,7 +25,7 @@ dependencies = [
2525
]
2626

2727
[project.optional-dependencies]
28-
test = ["nbmake", "pytest"]
28+
test = ["nbmake", "pytest<8.0.0"]
2929
formatting = ["pre-commit"]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)