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",