[Checkins] SVN: zope.location/trunk/ removed test extra again to make it possible to test without zcml dependencies installed

Thomas Lotze tl at gocept.com
Sun Sep 19 05:04:22 EDT 2010


Log message for revision 116622:
  removed test extra again to make it possible to test without zcml dependencies installed

Changed:
  U   zope.location/trunk/buildout.cfg
  U   zope.location/trunk/setup.py

-=-
Modified: zope.location/trunk/buildout.cfg
===================================================================
--- zope.location/trunk/buildout.cfg	2010-09-19 09:02:33 UTC (rev 116621)
+++ zope.location/trunk/buildout.cfg	2010-09-19 09:04:21 UTC (rev 116622)
@@ -4,7 +4,7 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.location [test]
+eggs = zope.location [zcml]
 
 [coverage-test]
 recipe = zc.recipe.testrunner

Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2010-09-19 09:02:33 UTC (rev 116621)
+++ zope.location/trunk/setup.py	2010-09-19 09:04:21 UTC (rev 116622)
@@ -64,7 +64,6 @@
                         ],
       extras_require={
         'zcml': ['zope.configuration'],
-        'test': ['zope.location [zcml]'],
         },
       include_package_data = True,
       zip_safe = False,



More information about the checkins mailing list