From fed4b2a9391c305c50577d2353d4cdcfb2e4f97e Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 25 Feb 2024 06:11:38 -0600 Subject: [PATCH] Enforce pytest 7 (#439) Pytest 8 is not yet stable --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9412ce..5cc8624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ test = [ "sphinxcontrib_spelling", "requests_mock", "ruamel.yaml", - "pytest>=7.0", + "pytest>=7.0,<8", "pytest-console-scripts", "pytest-cov", "pytest-timeout",