Commit cc739963 authored by Stefan H. Holek's avatar Stefan H. Holek

Exclude a test whose requirements we can't satisfy.

parent c8491474
......@@ -84,6 +84,10 @@ defaults += ['-m',
'|'
'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')]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment