Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos.buildout
Commits
76a6052f
Commit
76a6052f
authored
Jul 07, 2013
by
Adam Groszer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #133 from mgedmin/master
Fix test failure due to new setuptools/distribute
parents
d5d44ca9
31cb9a1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+2
-1
No files found.
src/zc/buildout/tests.py
View file @
76a6052f
...
@@ -817,7 +817,7 @@ On the other hand, if we have a regular egg, rather than a develop egg:
...
@@ -817,7 +817,7 @@ On the other hand, if we have a regular egg, rather than a develop egg:
>>> ls('eggs') # doctest: +ELLIPSIS
>>> ls('eggs') # doctest: +ELLIPSIS
- foox-0.0.0-py2.4.egg
- foox-0.0.0-py2.4.egg
-
setuptools.eggpyN.N.egg
d
setuptools.eggpyN.N.egg
...
...
We do not get a warning, but we do get setuptools included in the working set:
We do not get a warning, but we do get setuptools included in the working set:
...
@@ -3421,6 +3421,7 @@ def test_suite():
...
@@ -3421,6 +3421,7 @@ def test_suite():
r'
We
have
a
develop
egg
:
\
1
V
'),
r'
We
have
a
develop
egg
:
\
1
V
'),
(re.compile('
Picked
:
setuptools
=
\
S
+
'),
(re.compile('
Picked
:
setuptools
=
\
S
+
'),
'
Picked
:
setuptools
=
V
'),
'
Picked
:
setuptools
=
V
'),
(re.compile('
[
-
d
]
setuptools
'), '
-
setuptools
'),
(re.compile(r'
\\
[
\\
]
?
'), '
/
'),
(re.compile(r'
\\
[
\\
]
?
'), '
/
'),
(re.compile(
(re.compile(
'
-
q
develop
-
mxN
-
d
"/sample-buildout/develop-eggs'),
'
-
q
develop
-
mxN
-
d
"/sample-buildout/develop-eggs'),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment