From e98d18139ed394d287b790faed4ad8e765d5f06a Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Wed, 15 May 2024 08:10:49 +0800 Subject: [PATCH 1/2] bump pytest --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 681ef38e..c1131088 100644 --- a/setup.py +++ b/setup.py @@ -45,9 +45,9 @@ def run_tests(self): tests_require = [ - "pytest>=6,<7", - "pytest-benchmark>=3.4,<4", - "pytest-cov>=3,<4", + "pytest>=7,<8", + "pytest-benchmark>=4,<5", + "pytest-cov>=5,<6", "pytest-mock>=3,<4", "pytest-asyncio>=0.16,<2", "snapshottest>=0.6,<1", From 2a79ba8301a7cc2449c1ed841463b8670845093b Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Wed, 15 May 2024 08:13:28 +0800 Subject: [PATCH 2/2] downgrade pytest-cov --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1131088..f5c619dc 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def run_tests(self): tests_require = [ "pytest>=7,<8", "pytest-benchmark>=4,<5", - "pytest-cov>=5,<6", + "pytest-cov>=4,<5", "pytest-mock>=3,<4", "pytest-asyncio>=0.16,<2", "snapshottest>=0.6,<1",