From f678ef1d0f4ee4a8178b60690e6f19f4bc858e1a Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Mon, 8 Jul 2024 14:46:19 -0400 Subject: [PATCH] test: bump pytest (#133) Signed-off-by: nstarman --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1b67d2..ba4db5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ ] test = [ "hypothesis[numpy]", - "pytest >=6,<8", + "pytest >=6", "pytest-cov >=3", "pytest-arraydiff", "pytest-github-actions-annotate-failures",