summaryrefslogtreecommitdiff
path: root/funtests/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'funtests/setup.py')
-rw-r--r--funtests/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/funtests/setup.py b/funtests/setup.py
index 5116dd6..8f0ae22 100644
--- a/funtests/setup.py
+++ b/funtests/setup.py
@@ -41,7 +41,7 @@ setup(
data_files=[],
zip_safe=False,
cmdclass={"install": no_install},
- test_suite="nose.collector",
+ test_suite="tests",
build_requires=[
"nose",
"nose-cover3",