From 6f1688236ec85359f9e76849cecce5d1dcd43800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 13 Aug 2024 16:49:17 -0700 Subject: [PATCH] MAINT: remove upper limit of pytest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c34dbf1..6021cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ testing = [ "nbformat>=5.1", "numpy", "pandas", - "pytest>=6,<8", + "pytest>=6", "pytest-cov", "pytest-regressions", "sympy",