[Checkins] SVN: grok/branches/grokcore.xxx/buildout.cfg Don't run grokcore.view's test.

Philipp von Weitershausen philikon at philikon.de
Mon Jul 28 18:51:19 EDT 2008


Log message for revision 88937:
  Don't run grokcore.view's test.
  
  Get rid of annoying omelette thing
  

Changed:
  U   grok/branches/grokcore.xxx/buildout.cfg

-=-
Modified: grok/branches/grokcore.xxx/buildout.cfg
===================================================================
--- grok/branches/grokcore.xxx/buildout.cfg	2008-07-28 22:49:11 UTC (rev 88936)
+++ grok/branches/grokcore.xxx/buildout.cfg	2008-07-28 22:51:18 UTC (rev 88937)
@@ -1,14 +1,10 @@
 [buildout]
 develop = . grokdocs grokwiki devel/grokcore.view devel/grokcore.security
-parts = docs interpreter grokwiki zopectl data test bundlemaker omelette
+parts = docs interpreter grokwiki zopectl data test bundlemaker
 find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 versions = versions
 
-[omelette]
-recipe = collective.recipe.omelette
-eggs = grok
-
 [docs]
 recipe = zc.recipe.egg
 eggs = grokdocs
@@ -64,8 +60,6 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = grok 
-       grokcore.view
-       ipdb
 defaults = ['--tests-pattern', '^f?tests$', '-v']
 
 [bundlemaker]



More information about the Checkins mailing list