Skip to content

Commit

Permalink
dev: pin pytest<8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Feb 15, 2024
1 parent d4140b4 commit 829322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ci = "https://github.com/machow/quartodoc/actions"


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

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

0 comments on commit 829322a

Please sign in to comment.