From 1263e9b41e56e577b5cae4cd2486c2039b4be063 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Fri, 28 Jun 2024 21:04:25 +0800 Subject: [PATCH] pytest 8 (#1549) * pytest 8 * bump coveralls, pytest-cov --------- Co-authored-by: Erik Wrede --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 12a9acac..c560c21b 100644 --- a/setup.py +++ b/setup.py @@ -45,13 +45,13 @@ class PyTest(TestCommand): tests_require = [ - "pytest>=7,<8", + "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