[Checkins] SVN: zope.app.interface/trunk/ - Added test extra to declare test dependency on `zope.testing`.

Michael Howitz mh at gocept.com
Thu Sep 16 11:15:15 EDT 2010


Log message for revision 116459:
  - Added test extra to declare test dependency on `zope.testing`.
  
  

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

-=-
Modified: zope.app.interface/trunk/CHANGES.txt
===================================================================
--- zope.app.interface/trunk/CHANGES.txt	2010-09-16 13:40:26 UTC (rev 116458)
+++ zope.app.interface/trunk/CHANGES.txt	2010-09-16 15:15:15 UTC (rev 116459)
@@ -5,7 +5,7 @@
 3.5.3 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Added test extra to declare test dependency on `zope.testing`.
 
 
 3.5.2 (2010-07-08)
@@ -23,7 +23,7 @@
 3.5.0 (2009-05-21)
 ------------------
 
-- Factor out ObjectInterfacesVocabulary into zope.componentvocabulary.
+- Factor out ObjectInterfacesVocabulary into `zope.componentvocabulary`.
 
 - Remove various test dependencies.
 

Modified: zope.app.interface/trunk/buildout.cfg
===================================================================
--- zope.app.interface/trunk/buildout.cfg	2010-09-16 13:40:26 UTC (rev 116458)
+++ zope.app.interface/trunk/buildout.cfg	2010-09-16 15:15:15 UTC (rev 116459)
@@ -4,4 +4,4 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.app.interface
+eggs = zope.app.interface [test]

Modified: zope.app.interface/trunk/setup.py
===================================================================
--- zope.app.interface/trunk/setup.py	2010-09-16 13:40:26 UTC (rev 116458)
+++ zope.app.interface/trunk/setup.py	2010-09-16 15:15:15 UTC (rev 116459)
@@ -53,6 +53,9 @@
                         'zope.componentvocabulary',
                         'zope.security',
                        ],
+      extras_require=dict(test=[
+          'zope.testing',
+          ]),
       include_package_data = True,
       zip_safe = False,
       )



More information about the checkins mailing list