From 727794cb70eb218e2b03fdb9616eb87c896f6894 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Mon, 4 Mar 2024 10:14:39 +0100 Subject: [PATCH] pin pytest (#7295) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de106affb..773cccb59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ # Type check "mypy", # Test - "pytest", + "pytest<8.1.0", "pytest-cov", "pytest-custom_exit_code", # used in the CI "pytest-asyncio",