Skip to content

Commit d5a25bd

Browse files
authored
Merge pull request #52 from graphql-python/chore-remove-setup-requires
chore: Remove setup_requires and test_suite
2 parents 50bafd1 + 1ec6ced commit d5a25bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@
3939
],
4040
python_requires='>=2.7',
4141
zip_safe=True,
42-
setup_requires=['pytest-runner'],
4342
tests_require=[
4443
'pytest>=3.3.2',
4544
'mongomock',
4645
'mock'
4746
],
48-
test_suite="graphene_mongo.tests",
49-
5047
)

0 commit comments

Comments
 (0)