From 49d17bc04386293b3f659e24070f618f5f1b3b05 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 8 Oct 2015 17:08:58 -0400 Subject: * Remove the test_suite key from setup.py; it isn't the right way to run the tests suite (for that, use tox). * Use resource_filename() to locate the top mailman package. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8a50fb3a4..e42fc776b 100644 --- a/setup.py +++ b/setup.py @@ -107,5 +107,4 @@ case second `m'. Any other spelling is incorrect.""", 'zope.event', 'zope.interface', ], - test_suite = 'nose2.collector.collector', ) -- cgit v1.2.3-70-g09d2