From 91d7c50e46c260e881b2fdf05de348211b8ec3f3 Mon Sep 17 00:00:00 2001 From: Peter Sharpe Date: Mon, 4 Mar 2024 15:13:53 -0500 Subject: [PATCH] forces a pytest downgrade due to an incompatibility between pytest 8.1.0, pluggy, and nbval --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 563b72d4..202f4f44 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ 'shapely >= 2', ], "test": [ - 'pytest', + 'pytest<=8.0.2', 'nbval' ], "docs": [