[Zope-Checkins] SVN: Zope/trunk/test.py Exclude a test whose requirements we can't satisfy.
Stefan H. Holek
stefan at epy.co.at
Tue Feb 3 17:39:48 EST 2009
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')]
More information about the Zope-Checkins
mailing list