[Checkins] SVN: zope.html/trunk/ Remove unneeded, deprecated test dependencies

Marius Gedminas cvs-admin at zope.org
Wed Dec 5 17:07:19 UTC 2012


Log message for revision 128534:
  Remove unneeded, deprecated test dependencies
  

Changed:
  U   zope.html/trunk/CHANGES.txt
  U   zope.html/trunk/buildout.cfg
  U   zope.html/trunk/setup.py
  U   zope.html/trunk/src/zope/html/ftesting.zcml

-=-
Modified: zope.html/trunk/CHANGES.txt
===================================================================
--- zope.html/trunk/CHANGES.txt	2012-12-05 16:56:40 UTC (rev 128533)
+++ zope.html/trunk/CHANGES.txt	2012-12-05 17:07:19 UTC (rev 128534)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+2.4.2 (unreleased)
+------------------
+
+- Remove unneeded zope.app.authentication/debugskin/server test dependencies.
+
+
 2.4.1 (2012-01-26)
 ------------------
 

Modified: zope.html/trunk/buildout.cfg
===================================================================
--- zope.html/trunk/buildout.cfg	2012-12-05 16:56:40 UTC (rev 128533)
+++ zope.html/trunk/buildout.cfg	2012-12-05 17:07:19 UTC (rev 128534)
@@ -1,11 +1,7 @@
 [buildout]
 develop = .
 parts = test
-versions = versions
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.html [test]
-
-[versions]
-ZODB3 = 3.8

Modified: zope.html/trunk/setup.py
===================================================================
--- zope.html/trunk/setup.py	2012-12-05 16:56:40 UTC (rev 128533)
+++ zope.html/trunk/setup.py	2012-12-05 17:07:19 UTC (rev 128534)
@@ -20,7 +20,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.html',
-      version = '2.4.2dev',
+      version='2.4.2dev',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='HTML and XHTML Editing Support',
@@ -57,10 +57,7 @@
       package_dir = {'': 'src'},
       namespace_packages=['zope'],
       extras_require = dict(
-          test=['zope.app.authentication',
-                'zope.app.debugskin',
-                'zope.app.server',
-                'zope.app.testing',
+          test=['zope.app.testing',
                 'zope.app.zcmlfiles',
                 'zope.testing',
                 'zope.testbrowser',

Modified: zope.html/trunk/src/zope/html/ftesting.zcml
===================================================================
--- zope.html/trunk/src/zope/html/ftesting.zcml	2012-12-05 16:56:40 UTC (rev 128533)
+++ zope.html/trunk/src/zope/html/ftesting.zcml	2012-12-05 17:07:19 UTC (rev 128534)
@@ -18,10 +18,6 @@
       package="zope.app"
       />
 
-  <include package="zope.app.debugskin" />
-  <include package="zope.app.server" />
-  <include package="zope.app.authentication" />
-
   <authenticatedGroup
     id="zope.Authenticated"
     title="Everybody"



More information about the checkins mailing list