From 8e636054c3ad9a60ca61f893338a23fe081a9adc Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 18 Feb 2024 13:49:05 +0100 Subject: [PATCH] pytest<8.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb5d21b..fe20b7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "black", "codespell[toml]", "mypy", - "pytest", + "pytest<8.0.0", "pytest-clarity", "ruff", "safety",