mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-24 18:43:55 +03:00
pytest-asyncio should be a regular dependency now with Py3 move
This commit is contained in:
parent
af6396b63b
commit
a0c74e97bc
1
setup.py
1
setup.py
|
@ -49,6 +49,7 @@ tests_require = [
|
||||||
"pytest-benchmark",
|
"pytest-benchmark",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-mock",
|
"pytest-mock",
|
||||||
|
"pytest-asyncio",
|
||||||
"snapshottest",
|
"snapshottest",
|
||||||
"coveralls",
|
"coveralls",
|
||||||
"promise",
|
"promise",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user