mirror of
https://github.com/graphql-python/graphene.git
synced 2025-04-25 20:13:40 +03:00
bump coveralls, pytest-cov
This commit is contained in:
parent
692096175e
commit
90fda6afa4
4
setup.py
4
setup.py
|
@ -47,11 +47,11 @@ class PyTest(TestCommand):
|
||||||
tests_require = [
|
tests_require = [
|
||||||
"pytest>=8,<9",
|
"pytest>=8,<9",
|
||||||
"pytest-benchmark>=4,<5",
|
"pytest-benchmark>=4,<5",
|
||||||
"pytest-cov>=4,<5",
|
"pytest-cov>=5,<6",
|
||||||
"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",
|
||||||
"coveralls>=3.3,<4",
|
"coveralls>=4,<5",
|
||||||
]
|
]
|
||||||
|
|
||||||
dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require
|
dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require
|
||||||
|
|
Loading…
Reference in New Issue
Block a user