We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd48b05 commit ed6b71aCopy full SHA for ed6b71a
1 file changed
setup.py
@@ -29,6 +29,7 @@
29
install_requires=[
30
'gevent-websocket', 'redis', 'promise==1.0.1', 'graphql-core'
31
],
32
+ test_suite='pytest',
33
tests_require=[
34
'pytest', 'pytest-mock', 'fakeredis', 'graphene', 'subprocess32',
35
'flask', 'flask-graphql', 'flask-sockets', 'multiprocess', 'requests'
0 commit comments