[Checkins] SVN: zc.buildout/trunk/setup.py Don't pretend to support the setuptools test runner.

Jim Fulton jim at zope.com
Thu Jul 17 15:17:53 EDT 2008


Log message for revision 88462:
  Don't pretend to support the setuptools test runner.
  

Changed:
  U   zc.buildout/trunk/setup.py

-=-
Modified: zc.buildout/trunk/setup.py
===================================================================
--- zc.buildout/trunk/setup.py	2008-07-17 19:17:48 UTC (rev 88461)
+++ zc.buildout/trunk/setup.py	2008-07-17 19:17:52 UTC (rev 88462)
@@ -68,8 +68,6 @@
     namespace_packages = ['zc'],
     install_requires = 'setuptools',
     include_package_data = True,
-    tests_require = ['zope.testing'],
-    test_suite = name+'.tests.test_suite',
     entry_points = {'console_scripts':
                     ['buildout = %s.buildout:main' % name]}, 
     zip_safe=False,



More information about the Checkins mailing list