mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
parent
5db1af039f
commit
221afaf4c4
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>=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