Commit 34f299a0 authored by Xavier Thompson's avatar Xavier Thompson

[fix] Fix log-format test in isolated environment

parent d4e8c111
......@@ -4024,6 +4024,8 @@ def test_suite():
zc.buildout.testing.normalize_egg_py,
zc.buildout.testing.not_found,
zc.buildout.testing.root_logger_messages,
# Needed for a test that changes log format
(re.compile(r'^(WARNING )+', re.MULTILINE), ''),
zc.buildout.testing.adding_find_link,
zc.buildout.testing.python27_warning,
zc.buildout.testing.python27_warning_2,
......
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