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

Adapt tests to setuptools>=65.6.0 logging on root

Filter occurences of 'root: ' in buildout output in tests, caused by
setuptools >= 65.6.0 logging on root and zc.buildout formatting logs
from other libraries with the name of the emitting logger.
parent 9a118cc8
......@@ -128,6 +128,7 @@ def test_suite():
''),
zc.buildout.testing.normalize_path,
zc.buildout.testing.not_found,
zc.buildout.testing.root_logger_messages,
]),
)
test_list = []
......
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