mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
downgrade pytest-cov
This commit is contained in:
parent
e98d18139e
commit
2a79ba8301
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ class PyTest(TestCommand):
|
||||||
tests_require = [
|
tests_require = [
|
||||||
"pytest>=7,<8",
|
"pytest>=7,<8",
|
||||||
"pytest-benchmark>=4,<5",
|
"pytest-benchmark>=4,<5",
|
||||||
"pytest-cov>=5,<6",
|
"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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user