Commit 5d3e1a57 authored by Xavier Thompson's avatar Xavier Thompson

[fixup] Filter logs in testing_bugfix

Fixup [fix] "Adapt to setuptools>=65.6.0 logging on root"
parent 268761d6
......@@ -4244,7 +4244,12 @@ def test_suite():
),
])
),
doctest.DocFileSuite('testing_bugfix.txt'),
doctest.DocFileSuite('testing_bugfix.txt',
checker=renormalizing.RENormalizing([
zc.buildout.testing.not_found,
zc.buildout.testing.root_logger_messages,
])
),
]
docdir = os.path.join(ancestor(__file__, 5), 'doc')
......
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