[Checkins] SVN: z3c.testing/trunk/setup.py use zodb 3.7, there is something broken with 3.8

Bernd Dorn bernd.dorn at lovelysystems.com
Tue May 29 04:15:33 EDT 2007


Log message for revision 75985:
  use zodb 3.7, there is something broken with 3.8

Changed:
  U   z3c.testing/trunk/setup.py

-=-
Modified: z3c.testing/trunk/setup.py
===================================================================
--- z3c.testing/trunk/setup.py	2007-05-29 05:12:26 UTC (rev 75984)
+++ z3c.testing/trunk/setup.py	2007-05-29 08:15:29 UTC (rev 75985)
@@ -15,7 +15,10 @@
       package_dir = {'':'src'},
       namespace_packages=['z3c',],
       install_requires = ['setuptools',
-                          'ZODB3',
+                          # the layer does not work with 3.8
+                          # it throughs an IOError, because somewhere
+                          # a file is closed too early
+                          'ZODB3 < 3.8a',
                           'zope.app.appsetup',
                           'zope.app.container',
                           'zope.app.folder',



More information about the Checkins mailing list