Commit 20d89eff authored by Xavier Thompson's avatar Xavier Thompson

[fixup] Fix zc.recipe.egg testing framework

Fixup "[feat] zc.recipe.egg: Improve on the fly patches."

`zc.buildout.testing.easy_install_deprecated` should have been
`zc.buildout.testing.easyinstall_deprecated`.
parent b5681bc8
...@@ -116,7 +116,7 @@ def test_suite(): ...@@ -116,7 +116,7 @@ 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.easy_install_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'),
(re.compile(r'[d-] setuptools-[^-]+-'), 'setuptools-X-'), (re.compile(r'[d-] setuptools-[^-]+-'), 'setuptools-X-'),
......
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