[Checkins] SVN: zope.security/trunk/ Define an test extra_requires for test (called test).

Sylvain Viollon sylvain at infrae.com
Tue Jan 27 07:18:43 EST 2009


Log message for revision 95144:
  Define an test extra_requires for test (called test).
  
  

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

-=-
Modified: zope.security/trunk/buildout.cfg
===================================================================
--- zope.security/trunk/buildout.cfg	2009-01-27 12:16:27 UTC (rev 95143)
+++ zope.security/trunk/buildout.cfg	2009-01-27 12:18:43 UTC (rev 95144)
@@ -5,7 +5,7 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.security [untrustedpython]
+eggs = zope.security [test]
 
 [py]
 recipe = zc.recipe.egg

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2009-01-27 12:16:27 UTC (rev 95143)
+++ zope.security/trunk/setup.py	2009-01-27 12:18:43 UTC (rev 95144)
@@ -76,7 +76,8 @@
                         'zope.schema',
                         ],
       extras_require = dict(
-          untrustedpython=["RestrictedPython"]
+          untrustedpython=["RestrictedPython"],
+          test=["RestrictedPython"],
           ),
       include_package_data = True,
       zip_safe = False,



More information about the Checkins mailing list