bump pytest to 7 (#1546)

* bump pytest

* downgrade pytest-cov
This commit is contained in:
Dulmandakh 2024-05-16 16:17:46 +08:00 committed by GitHub
parent 5db1af039f
commit 221afaf4c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,9 +45,9 @@ class PyTest(TestCommand):
tests_require = [ tests_require = [
"pytest>=6,<7", "pytest>=7,<8",
"pytest-benchmark>=3.4,<4", "pytest-benchmark>=4,<5",
"pytest-cov>=3,<4", "pytest-cov>=4,<5",
"pytest-mock>=3,<4", "pytest-mock>=3,<4",
"pytest-asyncio>=0.16,<2", "pytest-asyncio>=0.16,<2",
"snapshottest>=0.6,<1", "snapshottest>=0.6,<1",