mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-18 03:52:24 +03:00
bump pytest
This commit is contained in:
parent
5fb7b54377
commit
e98d18139e
6
setup.py
6
setup.py
|
@ -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>=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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user