Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.build
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiaowu Zhang
slapos.recipe.build
Commits
1e0101e5
Commit
1e0101e5
authored
Oct 07, 2014
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: disable libnetworkcache requirement from buildout, then install it manually.
parent
e9738f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
slapos/recipe/build/tests.py
slapos/recipe/build/tests.py
+6
-0
No files found.
slapos/recipe/build/tests.py
View file @
1e0101e5
...
...
@@ -16,7 +16,13 @@ BAD_GIT_REPOSITORY = 'http://git.erp5.org/repos/nowhere'
REVISION
=
'2566127'
def
setUp
(
test
):
# XXX side effect. Disable libnetworkcache because buildout testing
# infrastructure doesn't support offline install of external egg "forced"
# into itself.
zc
.
buildout
.
buildout
.
LIBNETWORKCACHE_ENABLED
=
False
zc
.
buildout
.
testing
.
buildoutSetUp
(
test
)
zc
.
buildout
.
testing
.
install
(
'slapos.libnetworkcache'
,
test
)
zc
.
buildout
.
testing
.
install_develop
(
'slapos.recipe.build'
,
test
)
class
GitCloneNonInformativeTests
(
unittest
.
TestCase
):
...
...
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