From 221afaf4c441a5e88e039440808d4810d5f040e7 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Thu, 16 May 2024 16:17:46 +0800 Subject: [PATCH] bump pytest to 7 (#1546) * bump pytest * downgrade pytest-cov --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 51c3ae5c..1600297a 100644 --- a/setup.py +++ b/setup.py @@ -45,9 +45,9 @@ class PyTest(TestCommand): tests_require = [ - "pytest>=6,<7", - "pytest-benchmark>=3.4,<4", - "pytest-cov>=3,<4", + "pytest>=7,<8", + "pytest-benchmark>=4,<5", + "pytest-cov>=4,<5", "pytest-mock>=3,<4", "pytest-asyncio>=0.16,<2", "snapshottest>=0.6,<1",