diff --git a/setup.py b/setup.py index 01a201d5..d3be64b3 100644 --- a/setup.py +++ b/setup.py @@ -46,5 +46,5 @@ setup(name='mongoengine', platforms=['any'], classifiers=CLASSIFIERS, install_requires=['pymongo', 'blinker'], - test_suite='tests.signals', + test_suite='tests', )