Commit f409109d authored by Xavier Thompson's avatar Xavier Thompson

[fixup] zc.recipe.egg: Filter Python2 deprecation in tests

Fixup "[feat] zc.recipe.egg: Improve on the fly patches."
parent ee176462
...@@ -122,6 +122,8 @@ def test_suite(): ...@@ -122,6 +122,8 @@ def test_suite():
zc.buildout.tests.normalize_S, zc.buildout.tests.normalize_S,
zc.buildout.testing.not_found, zc.buildout.testing.not_found,
zc.buildout.testing.root_logger_messages, zc.buildout.testing.root_logger_messages,
zc.buildout.testing.python27_warning,
zc.buildout.testing.python27_warning_2,
zc.buildout.testing.easyinstall_deprecated, zc.buildout.testing.easyinstall_deprecated,
(re.compile(r'[d-] zc.buildout(-\S+)?[.]egg(-link)?'), (re.compile(r'[d-] zc.buildout(-\S+)?[.]egg(-link)?'),
'zc.buildout.egg'), 'zc.buildout.egg'),
......
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