Skip to content

Commit 135dea0

Browse files
committed
fix: Correct typo of tests_require.
1 parent 36c10cc commit 135dea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
setup_requires=['pytest-runner'],
4242
tests_require=[
4343
'pytest>=3.3.2',
44-
'mongomock>=3.8.0'
44+
'mongomock>=3.8.0',
4545
'mock'
4646
],
4747
test_suite="graphene_mongo.tests",

0 commit comments

Comments
 (0)