[Checkins] SVN: zope.app.intid/trunk/ Added extra test dependencies.

Baiju M baiju.m.mail at gmail.com
Wed Mar 28 05:14:17 EDT 2007


Log message for revision 73829:
  Added extra test dependencies.
  

Changed:
  U   zope.app.intid/trunk/buildout.cfg
  A   zope.app.intid/trunk/setup.cfg
  U   zope.app.intid/trunk/setup.py

-=-
Modified: zope.app.intid/trunk/buildout.cfg
===================================================================
--- zope.app.intid/trunk/buildout.cfg	2007-03-28 08:56:59 UTC (rev 73828)
+++ zope.app.intid/trunk/buildout.cfg	2007-03-28 09:14:16 UTC (rev 73829)
@@ -5,4 +5,4 @@
 [test]
 recipe = zc.recipe.testrunner
 defaults = ['--tests-pattern', '^f?tests$']
-eggs = zope.app.intid
+eggs = zope.app.intid [test]

Added: zope.app.intid/trunk/setup.cfg
===================================================================
--- zope.app.intid/trunk/setup.cfg	2007-03-28 08:56:59 UTC (rev 73828)
+++ zope.app.intid/trunk/setup.cfg	2007-03-28 09:14:16 UTC (rev 73829)
@@ -0,0 +1,2 @@
+[egg_info]
+tag_svn_revision = 1
\ No newline at end of file


Property changes on: zope.app.intid/trunk/setup.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.app.intid/trunk/setup.py
===================================================================
--- zope.app.intid/trunk/setup.py	2007-03-28 08:56:59 UTC (rev 73828)
+++ zope.app.intid/trunk/setup.py	2007-03-28 09:14:16 UTC (rev 73829)
@@ -33,7 +33,6 @@
       package_dir = {'': 'src'},
 
       namespace_packages = ['zope', 'zope.app'],
-      tests_require = ['zope.testing'],
       install_requires = ['setuptools',
                           'ZODB3',
                           'zope.app.component',
@@ -48,6 +47,9 @@
                           'zope.location',
                           'zope.security',
                           ],
+      extras_require = dict(test=['zope.app.testing',
+                                  'zope.app.securitypolicy',
+                                  'zope.app.zcmlfiles']),
       include_package_data = True,
 
       zip_safe = False,



More information about the Checkins mailing list