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
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
5d2987ef
Commit
5d2987ef
authored
Jul 02, 2018
by
Reinout van Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjusted tests for version update
parent
0e118b6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/zc/buildout/buildout.txt
src/zc/buildout/buildout.txt
+1
-1
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+3
-3
No files found.
src/zc/buildout/buildout.txt
View file @
5d2987ef
...
...
@@ -3104,7 +3104,7 @@ or paths to use::
>>> print_(system(buildout + ' -csetup.cfg init demo other ./src'), end='')
Creating '/sample-bootstrapped/setup.cfg'.
Creating directory '/sample-bootstrapped/develop-eggs'.
Getting distribution for 'zc.recipe.egg>=2.0.
0a3
'.
Getting distribution for 'zc.recipe.egg>=2.0.
6
'.
Got zc.recipe.egg
Installing py.
Getting distribution for 'demo'.
...
...
src/zc/buildout/tests.py
View file @
5d2987ef
...
...
@@ -3031,14 +3031,14 @@ def want_new_zcrecipeegg():
... eggs = demo
... ''')
>>> print_(system(join('bin', 'buildout')), end='') # doctest: +ELLIPSIS
Getting distribution for 'zc.recipe.egg<2dev,>=2.0.
0a3
'...
Getting distribution for 'zc.recipe.egg<2dev,>=2.0.
6
'...
While:
Installing.
Getting section egg.
Initializing section egg.
Installing recipe zc.recipe.egg <2dev.
Getting distribution for 'zc.recipe.egg<2dev,>=2.0.
0a3
'.
Error: Couldn't find a distribution for 'zc.recipe.egg<2dev,>=2.0.
0a3
'.
Getting distribution for 'zc.recipe.egg<2dev,>=2.0.
6
'.
Error: Couldn't find a distribution for 'zc.recipe.egg<2dev,>=2.0.
6
'.
"""
def
macro_inheritance_bug
():
...
...
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