[Checkins] SVN: zc.zservertracelog/trunk/setup.py We need a zope.testing that supports INTERPRET_FOOTNOTES to run tests.

Marius Gedminas marius at pov.lt
Tue Jan 10 00:40:49 UTC 2012


Log message for revision 124008:
  We need a zope.testing that supports INTERPRET_FOOTNOTES to run tests.
  
  

Changed:
  U   zc.zservertracelog/trunk/setup.py

-=-
Modified: zc.zservertracelog/trunk/setup.py
===================================================================
--- zc.zservertracelog/trunk/setup.py	2012-01-09 23:44:05 UTC (rev 124007)
+++ zc.zservertracelog/trunk/setup.py	2012-01-10 00:40:48 UTC (rev 124008)
@@ -52,7 +52,11 @@
             ],
     extras_require=dict(
         test=[
-            'zope.testing',
+            # Our test suite uses zope.testing.doctest.INTERPRET_FOOTNOTES
+            # That feature is gone from zope.testing 4.0.0 with the entire
+            # zope.testing.doctest fork of the stdlib's doctest.  The proper
+            # way forward would be to switch to Manuel.
+            'zope.testing < 4.0.0',
             ]),
     include_package_data=True,
     zip_safe=False,



More information about the checkins mailing list