Commit e9f10ddb authored by Jérome Perrin's avatar Jérome Perrin Committed by Rafael Monnerat

test: ignore "Not Found: /tmp/.../zc.buildout" messages in doctests

Instead of using ellipsys use buildout provided way of ignoring these
messages.
parent b05377c5
......@@ -324,10 +324,6 @@ default build options.
configure --prefix=/sample_buildout/parts/package
building package
installing package
...
...
...
...
<BLANKLINE>
Check option "promises"
......
......@@ -330,6 +330,7 @@ def test_suite():
(re.compile('\s/\S+sample-buildout'),
' /sample_buildout'),
zc.buildout.testing.normalize_path,
zc.buildout.testing.not_found,
]),
),
unittest.makeSuite(NonInformativeTests),
......
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