Skip to content

Commit

Permalink
Merge pull request #335 from machow/ci-pytest-fix
Browse files Browse the repository at this point in the history
dev: pin pytest<8.0.0
  • Loading branch information
machow authored Feb 15, 2024
2 parents d4140b4 + 829322a commit 3b673a9
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 3b673a9

Please sign in to comment.