From 7c656a485ef9cf47a0e2ef14698e546964951f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Mon, 10 Jun 2024 11:14:59 -0600 Subject: [PATCH] Also require pytest < 8.0.0 in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fde984f..f89cd9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ dev = matplotlib>=3.1.1 flake8>=3.7.9 doc8>=0.8.0 - pytest>=5.2.2 + pytest>=5.2.2,<8.0.0 pytest-cov>=2.8.1 pytest-mock>=1.13.0 pytest-sugar>=0.9.2