Log message for revision 96050:
  Exclude a test whose requirements we can't satisfy.

Changed:
  U   Zope/trunk/test.py

-=-
Modified: Zope/trunk/test.py
===================================================================
--- Zope/trunk/test.py  2009-02-03 20:49:14 UTC (rev 96049)
+++ Zope/trunk/test.py  2009-02-03 22:39:48 UTC (rev 96050)
@@ -84,6 +84,10 @@
              '|'
              'zope[.]app'
              ')[.]']
+
+# The paste.txt doctest relies on zope.publisher being installed as egg
+defaults += ['-t', '!/zope/publisher.*/paste[.]txt']
+
 if ihome:
     ihome = os.path.abspath(ihome)
     defaults += ['--path', os.path.join(ihome, 'lib', 'python')]

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to