Skip to content

Commit ed6b71a

Browse files
committed
Add "test_suite"="pytest" to setup.py
1 parent fd48b05 commit ed6b71a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
install_requires=[
3030
'gevent-websocket', 'redis', 'promise==1.0.1', 'graphql-core'
3131
],
32+
test_suite='pytest',
3233
tests_require=[
3334
'pytest', 'pytest-mock', 'fakeredis', 'graphene', 'subprocess32',
3435
'flask', 'flask-graphql', 'flask-sockets', 'multiprocess', 'requests'

0 commit comments

Comments
 (0)