From bca9f7247e8a3e64448f36120708673343ed2b69 Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Mon, 4 Mar 2024 05:52:55 -0500 Subject: [PATCH] use pytest<8 until things catch up --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8e8977b57..1d274fc0a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "tests": [ - "pytest", + "pytest<8.0.0", "nbmake", "scipy", "imageio[pyav]", @@ -47,7 +47,7 @@ "tests-desktop": [ - "pytest", + "pytest<8.0.0", "scipy", "imageio", "scikit-learn",