• Xavier Thompson's avatar
    [fix] Adapt tests to extra-paths changes · 5e6bd1e5
    Xavier Thompson authored
    Now that extra-paths is sys.path by default instead of the legacy
    value of the specific paths of zc.buildout and its dependencies,
    some tests fail because some eggs in sys.path that were previously
    not in extra-paths were instead found on sys.path by package index's
    search_path and subsequently installed in ./eggs, whereas they are
    now directly seen as already installed at their original location.
    5e6bd1e5
getting-started.rst 23.8 KB