[Checkins] SVN: z3c.relationfield/trunk/buildout.cfg Make tests run by upgrading lxml to an OS X friendly version and pinning zc.sourcefactory to avoid pulling in dodgy ZTK dependencies

Martin Aspeli optilude at gmx.net
Tue Jun 30 11:18:43 EDT 2009


Log message for revision 101340:
  Make tests run by upgrading lxml to an OS X friendly version and pinning zc.sourcefactory to avoid pulling in dodgy ZTK dependencies

Changed:
  U   z3c.relationfield/trunk/buildout.cfg

-=-
Modified: z3c.relationfield/trunk/buildout.cfg
===================================================================
--- z3c.relationfield/trunk/buildout.cfg	2009-06-30 13:59:14 UTC (rev 101339)
+++ z3c.relationfield/trunk/buildout.cfg	2009-06-30 15:18:42 UTC (rev 101340)
@@ -5,10 +5,11 @@
 versions = versions
 
 [versions]
-lxml = 1.3.6
+lxml = 2.2.1
 zope.testing = 3.6.0
+zc.sourcefactory = 0.3.5
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3c.relationfield
+eggs = z3c.relationfield [xml]
 defaults = ['--tests-pattern', '^f?tests$', '-v']



More information about the Checkins mailing list