From 957d0a2c3b363cd63137ccef263948fe33c0f23d Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sat, 18 May 2024 13:40:09 +0800 Subject: [PATCH 1/2] 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 @@ def run_tests(self): tests_require = [ - "pytest>=7,<8", + "pytest>=8,<9", "pytest-benchmark>=4,<5", "pytest-cov>=4,<5", "pytest-mock>=3,<4", From 90fda6afa480bc480f87691dd4298b0ac5183409 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sun, 23 Jun 2024 22:44:20 +0800 Subject: [PATCH 2/2] bump coveralls, pytest-cov --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 17d20bb4..16632da7 100644 --- a/setup.py +++ b/setup.py @@ -47,11 +47,11 @@ def run_tests(self): tests_require = [ "pytest>=8,<9", "pytest-benchmark>=4,<5", - "pytest-cov>=4,<5", + "pytest-cov>=5,<6", "pytest-mock>=3,<4", "pytest-asyncio>=0.16,<2", "snapshottest>=0.6,<1", - "coveralls>=3.3,<4", + "coveralls>=4,<5", ] dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require