[Checkins] SVN: zc.recipe.testrunner/trunk/setup.py Setuptools also needs to know that zope.testing is required for testing.

Lennart Regebro regebro at gmail.com
Fri Jul 23 07:11:18 EDT 2010


Log message for revision 114953:
  Setuptools also needs to know that zope.testing is required for testing.
  

Changed:
  U   zc.recipe.testrunner/trunk/setup.py

-=-
Modified: zc.recipe.testrunner/trunk/setup.py
===================================================================
--- zc.recipe.testrunner/trunk/setup.py	2010-07-23 11:10:23 UTC (rev 114952)
+++ zc.recipe.testrunner/trunk/setup.py	2010-07-23 11:11:18 UTC (rev 114953)
@@ -37,6 +37,7 @@
                         'setuptools',
                         'zc.recipe.egg  >=1.2.0',
                         ],
+    tests_require = ['zope.testing'],
     test_suite = name+'.tests.test_suite',
     entry_points = {'zc.buildout': ['default = %s:TestRunner' % name]},
     classifiers = [



More information about the checkins mailing list