From 4be0e93b771e440dd9b59f418cddc4f59f98be42 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 25 Aug 2013 14:55:33 -0400 Subject: Switch to virtualenv and nose2 instead of zc.buildout and zope.testing. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3e032f46c..63cea1187 100644 --- a/setup.py +++ b/setup.py @@ -101,14 +101,14 @@ case second `m'. Any other spelling is incorrect.""", 'lazr.config', 'lazr.smtptest', 'mock', + 'nose2', 'passlib', 'restish', 'storm', - 'zc.buildout', 'zope.component', 'zope.configuration', 'zope.event', 'zope.interface', - 'zope.testing<4', ], + test_suite = 'nose2.collector.collector', ) -- cgit v1.2.3-70-g09d2