downgrade pytest-cov

This commit is contained in:
Dulmandakh 2024-05-15 08:13:28 +08:00
parent e98d18139e
commit 2a79ba8301

View File

@ -47,7 +47,7 @@ class PyTest(TestCommand):
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",