From 957d0a2c3b363cd63137ccef263948fe33c0f23d Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sat, 18 May 2024 13:40:09 +0800 Subject: [PATCH] pytest 8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1600297a..29f78e1c 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ class PyTest(TestCommand): tests_require = [ - "pytest>=7,<8", + "pytest>=8,<9", "pytest-benchmark>=4,<5", "pytest-cov>=4,<5", "pytest-mock>=3,<4",