Skip to content

Commit 3b673a9

Browse files
authored
Merge pull request #335 from machow/ci-pytest-fix
dev: pin pytest<8.0.0
2 parents d4140b4 + 829322a commit 3b673a9

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)