From 9019037e300dfdbac5a8cb330d0b09eb82e12f62 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 21 Mar 2024 12:49:39 -0500 Subject: [PATCH] Remove pytest pin (#2129) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bc7439f0..4f4a94be3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ qtpng = ["pyqtwebengine>=5.15"] qtpdf = ["nbconvert[qtpng]"] webpdf = ["playwright"] test = [ - "pytest>=7,<8", + "pytest>=7", "ipykernel", "ipywidgets>=7.5", "flaky",