From bbec36b3313b3693ab63f2b97576f4efd3998f48 Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Thu, 11 Dec 2025 16:21:25 +0100 Subject: [PATCH] remove pytest pin --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68f3b97811..3f3c674f07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,8 +73,7 @@ cli = ["typer"] # Development extras test = [ "coverage>=7.10", - # Pin possibly due to https://github.com/pytest-dev/pytest-cov/issues/693 - "pytest<8.4", + "pytest", "pytest-asyncio<1.2.0", "pytest-cov", "pytest-accept",