[Checkins] SVN: zc.resourcelibrary/trunk/ Remove unneeded test dependencies on ``zope.app.authentication`` and ``zope.app.securitypolicy``.

Gediminas Paulauskas menesis at pov.lt
Fri Jul 29 13:54:14 EDT 2011


Log message for revision 122426:
  Remove unneeded test dependencies on ``zope.app.authentication`` and ``zope.app.securitypolicy``.
  

Changed:
  U   zc.resourcelibrary/trunk/CHANGES.txt
  U   zc.resourcelibrary/trunk/setup.py
  U   zc.resourcelibrary/trunk/src/zc/resourcelibrary/tests/ftesting.zcml

-=-
Modified: zc.resourcelibrary/trunk/CHANGES.txt
===================================================================
--- zc.resourcelibrary/trunk/CHANGES.txt	2011-07-29 17:39:14 UTC (rev 122425)
+++ zc.resourcelibrary/trunk/CHANGES.txt	2011-07-29 17:54:14 UTC (rev 122426)
@@ -5,7 +5,8 @@
 1.3.3 (unreleased)
 ------------------
 
-No changes yet.
+- Remove unneeded test dependencies on ``zope.app.authentication`` and
+  ``zope.app.securitypolicy``.
 
 1.3.2 (2010-08-16)
 ------------------
@@ -17,7 +18,7 @@
   This makes directives that simply declare dependencies on other
   libraries work again.
 
-- Add missing depedency on zope.app.pagetemplate, clean up unused
+- Add missing depedency on ``zope.app.pagetemplate``, clean up unused
   imports and whitespace.
 
 1.3.1 (2010-03-24)

Modified: zc.resourcelibrary/trunk/setup.py
===================================================================
--- zc.resourcelibrary/trunk/setup.py	2011-07-29 17:39:14 UTC (rev 122425)
+++ zc.resourcelibrary/trunk/setup.py	2011-07-29 17:54:14 UTC (rev 122426)
@@ -50,9 +50,7 @@
       package_dir = {'': 'src'},
       namespace_packages=['zc'],
       extras_require=dict(
-          test=['zope.app.authentication',
-                'zope.app.securitypolicy',
-                'zope.app.testing',
+          test=['zope.app.testing',
                 'zope.app.zcmlfiles',
                 'zope.pagetemplate',
                 'zope.securitypolicy',

Modified: zc.resourcelibrary/trunk/src/zc/resourcelibrary/tests/ftesting.zcml
===================================================================
--- zc.resourcelibrary/trunk/src/zc/resourcelibrary/tests/ftesting.zcml	2011-07-29 17:39:14 UTC (rev 122425)
+++ zc.resourcelibrary/trunk/src/zc/resourcelibrary/tests/ftesting.zcml	2011-07-29 17:54:14 UTC (rev 122426)
@@ -8,7 +8,6 @@
   <!-- set up enough of Zope to run the tests -->
 
   <include package="zope.app.zcmlfiles" />
-  <include package="zope.app.authentication" />
 
   <!-- principals -->
 



More information about the checkins mailing list