From 1a8f63626dfdcbb2dcadccc7c7b5d1c151890374 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Mon, 4 Mar 2024 09:57:51 +0100 Subject: [PATCH] pin pytest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de106affbe..773cccb59a 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",