Skip to content

Commit 829322a

Browse files
committed
dev: pin pytest<8.0.0
1 parent d4140b4 commit 829322a

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
@@ -52,7 +52,7 @@ ci = "https://github.com/machow/quartodoc/actions"
5252

5353

5454
[project.optional-dependencies]
55-
dev = ["pytest", "jupyterlab", "jupytext", "syrupy", "pre-commit"]
55+
dev = ["pytest<8.0.0", "jupyterlab", "jupytext", "syrupy", "pre-commit"]
5656

5757
[project.scripts]
5858
quartodoc = "quartodoc.__main__:cli"

0 commit comments

Comments
 (0)