mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-18 03:52:24 +03:00
bump most of the test packages
This commit is contained in:
parent
4edd3cc368
commit
f3f33dec9f
16
setup.py
16
setup.py
|
@ -45,18 +45,18 @@ class PyTest(TestCommand):
|
||||||
|
|
||||||
|
|
||||||
tests_require = [
|
tests_require = [
|
||||||
"pytest",
|
"pytest>=7,<8",
|
||||||
"pytest-benchmark",
|
"pytest-benchmark>=4,<5",
|
||||||
"pytest-cov",
|
"pytest-cov>=4,<5",
|
||||||
"pytest-mock",
|
"pytest-mock>=3,<4",
|
||||||
# pinning fastdiff dep (required by snapshottest) because later versions
|
# pinning fastdiff dep (required by snapshottest) because later versions
|
||||||
# require wasmer 1.0.0 which is not compatible with Python 2.7
|
# require wasmer 1.0.0 which is not compatible with Python 2.7
|
||||||
"fastdiff==0.2.0",
|
"fastdiff==0.2.0",
|
||||||
"snapshottest",
|
"snapshottest>=0.6,<1",
|
||||||
"coveralls",
|
"coveralls>=3.3,<4",
|
||||||
"promise",
|
"promise",
|
||||||
"mock",
|
"mock>=5,<6",
|
||||||
"iso8601",
|
"iso8601>=2,<3",
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user