[Checkins] SVN: zope.component/tseaver-test_cleanup/ Remove zope.testrunner as a testing requirement.

Tres Seaver cvs-admin at zope.org
Wed Jun 27 02:25:31 UTC 2012


Log message for revision 127126:
  Remove zope.testrunner as a testing requirement.
  
  It is now needed only when running the Sphinx doctest snippets.

Changed:
  _U  zope.component/tseaver-test_cleanup/
  U   zope.component/tseaver-test_cleanup/setup.py

-=-
Modified: zope.component/tseaver-test_cleanup/setup.py
===================================================================
--- zope.component/tseaver-test_cleanup/setup.py	2012-06-27 02:25:20 UTC (rev 127125)
+++ zope.component/tseaver-test_cleanup/setup.py	2012-06-27 02:25:27 UTC (rev 127126)
@@ -25,7 +25,6 @@
 
 TESTS_REQUIRE = [
     'zope.testing',
-    'zope.testrunner',
     'zope.component[hook]',
     'zope.component[persistentregistry]',
     'zope.component[security]',



More information about the checkins mailing list