Commit 860da6f4 authored by Maurits van Rees's avatar Maurits van Rees Committed by Julien Muchembled

Fixed bootstrap test for newer setuptools.

setuptools used to say this:

    No local packages or download links found for zc.buildout==UNKNOWN

Since setuptools 25.1.0 it says this:

    No local packages or working download links found for zc.buildout==UNKNOWN

See also https://github.com/pypa/setuptools/pull/609/files

(cherry picked from commit bcd3d9b539ce125be3cac5029c2a75c79dd884fb)
parent 52972b0c
......@@ -70,7 +70,7 @@ Let's try with an unknown version::
...
X
...
No local packages or download links found for zc.buildout==UNKNOWN
No local packages or...download links found for zc.buildout==UNKNOWN
...
Now let's try with `2.0.0`, which happens to exist::
......
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