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

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:22:01 EDT 2009


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

Changed:
  U   zc.buildout/branches/help-api/setup.py

-=-
Modified: zc.buildout/branches/help-api/setup.py
===================================================================
--- zc.buildout/branches/help-api/setup.py	2009-03-29 21:21:55 UTC (rev 98511)
+++ zc.buildout/branches/help-api/setup.py	2009-03-29 21:22:01 UTC (rev 98512)
@@ -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