* pytest 8

* bump coveralls, pytest-cov

---------

Co-authored-by: Erik Wrede <erikwrede@users.noreply.github.com>
This commit is contained in:
Dulmandakh 2024-06-28 21:04:25 +08:00 committed by GitHub
parent 74b33ae148
commit 1263e9b41e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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