bump pytest

This commit is contained in:
Dulmandakh 2024-05-15 08:10:49 +08:00
parent 5fb7b54377
commit e98d18139e

View File

@ -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>=5,<6",
"pytest-mock>=3,<4",
"pytest-asyncio>=0.16,<2",
"snapshottest>=0.6,<1",