From 829322a42571b0ee6336f0d23d6223f75403d902 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Thu, 15 Feb 2024 11:07:57 -0500 Subject: [PATCH] dev: pin pytest<8.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c5683c..4e1cc8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"