Commit d44ef025 authored by Xavier Thompson's avatar Xavier Thompson

[fixup] Fix zc.recipe.egg tests

Fixup "[fix] Fix working set sorting".

Some zc.recipe.egg tests were never adapted accordingly.
parent 70b8365d
......@@ -27,6 +27,7 @@ Here's an example:
... distributions=['zc.recipe.egg', 'demo<0.3'],
... eggs_dir=eggs_dir,
... develop_eggs_dir=develop_eggs_dir,
... buildout_dir=sample_buildout,
... index=link_server,
... )
Getting...
......@@ -52,6 +53,7 @@ built only once.
... distributions=['demo>=0.1'],
... eggs_dir=eggs_dir,
... develop_eggs_dir=develop_eggs_dir,
... buildout_dir=sample_buildout,
... offline=True,
... )
>>> ws_args_2 = dict(ws_args_1)
......
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