[Checkins] SVN: zope.i18n/trunk/ Added missing test dependency on ``zope.testing``.

Michael Howitz mh at gocept.com
Thu Jul 8 02:27:34 EDT 2010


Log message for revision 114309:
  Added missing test dependency on ``zope.testing``.
  

Changed:
  U   zope.i18n/trunk/CHANGES.txt
  U   zope.i18n/trunk/buildout.cfg
  U   zope.i18n/trunk/setup.py

-=-
Modified: zope.i18n/trunk/CHANGES.txt
===================================================================
--- zope.i18n/trunk/CHANGES.txt	2010-07-08 06:08:10 UTC (rev 114308)
+++ zope.i18n/trunk/CHANGES.txt	2010-07-08 06:27:34 UTC (rev 114309)
@@ -5,7 +5,9 @@
 3.7.4 (unreleased)
 ------------------
 
+- Added missing test dependency on ``zope.testing``.
 
+
 3.7.3 (2010-04-30)
 ------------------
 

Modified: zope.i18n/trunk/buildout.cfg
===================================================================
--- zope.i18n/trunk/buildout.cfg	2010-07-08 06:08:10 UTC (rev 114308)
+++ zope.i18n/trunk/buildout.cfg	2010-07-08 06:27:34 UTC (rev 114309)
@@ -1,12 +1,12 @@
 [buildout]
-develop = . 
+develop = .
 parts = test test-all
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.i18n
+eggs = zope.i18n [test]
 
 [test-all]
 recipe = zc.recipe.testrunner
-eggs = zope.i18n [zcml,compile]
+eggs = zope.i18n [zcml,compile,test]
 defaults = ['--all']

Modified: zope.i18n/trunk/setup.py
===================================================================
--- zope.i18n/trunk/setup.py	2010-07-08 06:08:10 UTC (rev 114308)
+++ zope.i18n/trunk/setup.py	2010-07-08 06:27:34 UTC (rev 114309)
@@ -62,6 +62,7 @@
     include_package_data=True,
     zip_safe=False,
     extras_require=dict(
+        test=['zope.testing'],
         compile=['python-gettext'],
         zcml=[
             'zope.component [zcml]',



More information about the checkins mailing list