From 32c191894d1ddda211c3ef354780225f2575ce9b Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Tue, 16 Jul 2024 01:25:52 +0000 Subject: [PATCH] limit pytest version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efa10ef12..4cd448939 100644 --- a/setup.py +++ b/setup.py @@ -198,7 +198,7 @@ def run(self): 'pydocstyle>=5.1.1', 'pytest-cov>=2.11.1', 'pytest-subtests>=0.4.0', - 'pytest>=6.2.2', + 'pytest>=6.2.2, <=7.4.4', 'types-markdown', 'types-pkg_resources', 'types-pyyaml',