[Checkins] SVN: z3ext.security/trunk/ - Added test extra to declare test dependency on ``zope.component [test]``.

Michael Howitz mh at gocept.com
Mon Nov 29 02:34:28 EST 2010


Log message for revision 118627:
  - Added test extra to declare test dependency on ``zope.component [test]``.
  
  

Changed:
  U   z3ext.security/trunk/CHANGES.txt
  U   z3ext.security/trunk/buildout.cfg
  U   z3ext.security/trunk/setup.py

-=-
Modified: z3ext.security/trunk/CHANGES.txt
===================================================================
--- z3ext.security/trunk/CHANGES.txt	2010-11-29 07:31:40 UTC (rev 118626)
+++ z3ext.security/trunk/CHANGES.txt	2010-11-29 07:34:27 UTC (rev 118627)
@@ -8,9 +8,11 @@
 
 - ZTK support
 
-- Cleanup dependencies
+- Cleanup dependencies.
 
+- Added test extra to declare test dependency on ``zope.component [test]``.
 
+
 1.3.0 (2009-05-29)
 ------------------
 
@@ -26,7 +28,7 @@
 1.2.5 (2009-03-15)
 ------------------
 
-- Check IPrincipalRoleMap adapter last 
+- Check IPrincipalRoleMap adapter last
 
 
 1.2.4 (2009-03-12)

Modified: z3ext.security/trunk/buildout.cfg
===================================================================
--- z3ext.security/trunk/buildout.cfg	2010-11-29 07:31:40 UTC (rev 118626)
+++ z3ext.security/trunk/buildout.cfg	2010-11-29 07:34:27 UTC (rev 118627)
@@ -4,7 +4,7 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3ext.security
+eggs = z3ext.security [test]
 
 [coverage-test]
 recipe = zc.recipe.testrunner

Modified: z3ext.security/trunk/setup.py
===================================================================
--- z3ext.security/trunk/setup.py	2010-11-29 07:31:40 UTC (rev 118626)
+++ z3ext.security/trunk/setup.py	2010-11-29 07:34:27 UTC (rev 118627)
@@ -63,6 +63,10 @@
                           'zope.securitypolicy',
                           'zope.authentication',
                           ],
+      extras_require=dict(
+          test=[
+              'zope.component[test]',
+              ]),
       include_package_data = True,
       zip_safe = False
       )



More information about the checkins mailing list