[Checkins] SVN: martian/trunk/ add zope.testing as testing dependency.

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


Log message for revision 114876:
  add zope.testing as testing dependency.

Changed:
  U   martian/trunk/buildout.cfg
  U   martian/trunk/setup.py

-=-
Modified: martian/trunk/buildout.cfg
===================================================================
--- martian/trunk/buildout.cfg	2010-07-20 15:33:31 UTC (rev 114875)
+++ martian/trunk/buildout.cfg	2010-07-20 16:04:27 UTC (rev 114876)
@@ -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/trunk/setup.py
===================================================================
--- martian/trunk/setup.py	2010-07-20 15:33:31 UTC (rev 114875)
+++ martian/trunk/setup.py	2010-07-20 16:04:27 UTC (rev 114876)
@@ -37,4 +37,5 @@
     'zope.interface',
     'setuptools',
     ],
+    extras_require = dict(test=['zope.testing']),
 )



More information about the checkins mailing list