From c6c849e47db2b9b5a58a4593de125d88a92c0577 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Thu, 13 Feb 2025 16:07:17 -0300 Subject: [PATCH] chore: pin pytest-check Signed-off-by: Claudio Matsuoka --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26f75cbfa..c0b3b0a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev = [ # TODO: Remove this once we've switched CI to uv # Testing "hypothesis", "jsonschema", - "pytest-check", + "pytest-check<2.5.0", "pytest-subprocess", "requests-mock",