mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-16 19:40:39 +03:00
Fixed pytest requirements
This commit is contained in:
parent
3ce6031192
commit
88111610fb
8
setup.py
8
setup.py
|
@ -41,10 +41,10 @@ class PyTest(TestCommand):
|
||||||
sys.exit(errno)
|
sys.exit(errno)
|
||||||
|
|
||||||
tests_require = [
|
tests_require = [
|
||||||
'pytest>=2.7.2',
|
'pytest>=3.1.1',
|
||||||
'pytest-benchmark',
|
'pytest-benchmark>=3.1.1',
|
||||||
'pytest-cov',
|
'pytest-cov>=2.5.1',
|
||||||
'pytest-mock',
|
'pytest-mock>=1.6.2',
|
||||||
'snapshottest',
|
'snapshottest',
|
||||||
'coveralls',
|
'coveralls',
|
||||||
'six',
|
'six',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user