[Checkins] SVN: martian/branches/0.11/ copy zope.testing dependency from trunk (r114876) to 0.11 maintenance branch

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Jul 20 12:08:12 EDT 2010


Log message for revision 114877:
  copy zope.testing dependency from trunk (r114876) to 0.11 maintenance branch

Changed:
  U   martian/branches/0.11/buildout.cfg
  U   martian/branches/0.11/setup.py

-=-
Modified: martian/branches/0.11/buildout.cfg
===================================================================
--- martian/branches/0.11/buildout.cfg	2010-07-20 16:04:27 UTC (rev 114876)
+++ martian/branches/0.11/buildout.cfg	2010-07-20 16:08:12 UTC (rev 114877)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . 
+develop = .
 parts = devpython test
 
 [devpython]
@@ -10,3 +10,4 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = martian
+       martian[test]

Modified: martian/branches/0.11/setup.py
===================================================================
--- martian/branches/0.11/setup.py	2010-07-20 16:04:27 UTC (rev 114876)
+++ martian/branches/0.11/setup.py	2010-07-20 16:08:12 UTC (rev 114877)
@@ -37,4 +37,5 @@
     'zope.interface',
     'setuptools',
     ],
+    extras_require = dict(test=['zope.testing']),
 )



More information about the checkins mailing list