[Checkins] SVN: megrok.genshi/trunk/buildout.cfg We shouldn't develop grok anymore, and we don't need to test it.

Lennart Regebro regebro at gmail.com
Sun Nov 18 07:55:21 EST 2007


Log message for revision 81910:
  We shouldn't develop grok anymore, and we don't need to test it.
  

Changed:
  U   megrok.genshi/trunk/buildout.cfg

-=-
Modified: megrok.genshi/trunk/buildout.cfg
===================================================================
--- megrok.genshi/trunk/buildout.cfg	2007-11-18 12:54:44 UTC (rev 81909)
+++ megrok.genshi/trunk/buildout.cfg	2007-11-18 12:55:21 UTC (rev 81910)
@@ -1,6 +1,6 @@
 [buildout]
-develop = . grok
-parts = app data zopectl test test_grok
+develop = .
+parts = app data zopectl test
 find-links = http://download.zope.org/distribution/
 newest = false
 
@@ -54,8 +54,3 @@
 recipe = zc.recipe.testrunner
 eggs = megrok.genshi
 defaults = ['--tests-pattern', '^f?tests$', '-v']
-
-[test_grok]
-recipe = zc.recipe.testrunner
-eggs = grok
-defaults = ['--tests-pattern', '^f?tests$', '-v']



More information about the Checkins mailing list