Commit bcd3d9b5 authored by Maurits van Rees's avatar Maurits van Rees

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
parent 4062dbb6
......@@ -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