[Checkins] SVN: zope.app.http/trunk/ Removed test dependency on `zope.app.file` as the test needing this package has been moved now

Michael Howitz mh at gocept.com
Fri Sep 17 08:08:44 EDT 2010


Log message for revision 116498:
  Removed test dependency on `zope.app.file` as the test needing this package has been moved now

Changed:
  U   zope.app.http/trunk/CHANGES.txt
  U   zope.app.http/trunk/setup.py
  U   zope.app.http/trunk/src/zope/app/http/ftesting.zcml

-=-
Modified: zope.app.http/trunk/CHANGES.txt
===================================================================
--- zope.app.http/trunk/CHANGES.txt	2010-09-17 12:04:44 UTC (rev 116497)
+++ zope.app.http/trunk/CHANGES.txt	2010-09-17 12:08:43 UTC (rev 116498)
@@ -8,6 +8,10 @@
 - Replaced a testing dependency on `zope.app.securitypolicy` with one on
   `zope.securitypolicy`.
 
+- Removed test dependency on `zope.app.file` by moving the test which needs
+  this package to `zope.app.file`.
+
+
 3.8 (2010-04-19)
 ----------------
 

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2010-09-17 12:04:44 UTC (rev 116497)
+++ zope.app.http/trunk/setup.py	2010-09-17 12:08:43 UTC (rev 116498)
@@ -54,7 +54,6 @@
       namespace_packages=['zope', 'zope.app'],
       extras_require=dict(
           test=['zope.app.testing',
-                'zope.app.file',
                 'zope.app.zcmlfiles',
                 'zope.app.wsgi >= 3.9.0',
                 'zope.securitypolicy',

Modified: zope.app.http/trunk/src/zope/app/http/ftesting.zcml
===================================================================
--- zope.app.http/trunk/src/zope/app/http/ftesting.zcml	2010-09-17 12:04:44 UTC (rev 116497)
+++ zope.app.http/trunk/src/zope/app/http/ftesting.zcml	2010-09-17 12:08:43 UTC (rev 116498)
@@ -11,7 +11,6 @@
 
   <include package="zope.app.zcmlfiles" />
   <include package="zope.app.authentication" />
-  <include package="zope.app.file" />
   <include package="zope.login" />
   <include package="zope.securitypolicy" />
 



More information about the checkins mailing list