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
6
Merge Requests
6
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
4e492f27
Commit
4e492f27
authored
Feb 13, 2010
by
Gary Poster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some tests on other Python versions
parent
5d4e92e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
src/zc/buildout/bootstrap.txt
src/zc/buildout/bootstrap.txt
+3
-3
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+2
-0
zc.recipe.egg_/src/zc/recipe/egg/selecting-python.txt
zc.recipe.egg_/src/zc/recipe/egg/selecting-python.txt
+0
-3
No files found.
src/zc/buildout/bootstrap.txt
View file @
4e492f27
...
...
@@ -232,8 +232,8 @@ Here's the entire help text.
>>> print system(
... zc.buildout.easy_install._safe_arg(sys.executable)+' '+
... 'bootstrap.py --help'),
... # doctest: +ELLIPSIS
u
sage: [DESIRED PYTHON FOR BUILDOUT] bootstrap.py [options]
... # doctest: +ELLIPSIS
+NORMALIZE_WHITESPACE
U
sage: [DESIRED PYTHON FOR BUILDOUT] bootstrap.py [options]
<BLANKLINE>
Bootstraps a buildout-based project.
<BLANKLINE>
...
...
@@ -244,7 +244,7 @@ Here's the entire help text.
local resources, you can keep this script from going over the network.
<BLANKLINE>
<BLANKLINE>
o
ptions:
O
ptions:
-h, --help show this help message and exit
-v VERSION, --version=VERSION
use a specific zc.buildout version
...
...
src/zc/buildout/tests.py
View file @
4e492f27
...
...
@@ -3324,6 +3324,8 @@ def test_suite():
zc.buildout.testing.normalize_script,
normalize_bang,
(re.compile('Downloading.*setuptools.*egg
\
n
'), ''),
(re.compile('options:'), 'Options:'),
(re.compile('usage:'), 'Usage:'),
]),
))
...
...
zc.recipe.egg_/src/zc/recipe/egg/selecting-python.txt
View file @
4e492f27
...
...
@@ -55,8 +55,6 @@ Now, if we run the buildout:
Getting distribution for 'demo<0.3'.
Got demo 0.2.
Getting distribution for 'demoneeded'.
Getting distribution for 'setuptools'.
Got setuptools 0.6.
Got demoneeded 1.2c1.
Generated script '/sample-buildout/bin/demo'.
Generated interpreter '/sample-buildout/bin/py-demo'.
...
...
@@ -66,7 +64,6 @@ we'll get the Python 2.4 eggs for demo and demoneeded:
>>> ls(sample_buildout, 'eggs')
- demo-0.2-py2.4.egg
- demoneeded-1.2c1-py2.4.egg
d setuptools-0.6-py2.4.egg
d setuptools-0.6-py2.5.egg
- zc.buildout-1.0-py2.5.egg
...
...
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