Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
38804bb3
Commit
38804bb3
authored
Oct 14, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
25f222a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
component/pygolang/test.cfg
component/pygolang/test.cfg
+4
-5
component/wendelin.core/test-common.cfg
component/wendelin.core/test-common.cfg
+1
-1
No files found.
component/pygolang/test.cfg
View file @
38804bb3
...
...
@@ -9,6 +9,7 @@ extends =
parts =
pygolang
gpython
pygolang-python
# for instance
slapos-cookbook
...
...
@@ -20,11 +21,9 @@ parts =
egg = pygolang[all_test]
# bin/python is preinstalled with sys.path to pygolang & friends.
# Adjust [gpython], instead of [pygolang], since interpreter works only for regular
# zc.recipe.egg, not zc.recipe.egg:custom used by [pygolang].
# The `python` interpreter will just set sys.path to pygolang _without_ activating gevent.
[gpython]
interpreter = python
[pygolang-python]
<= python-interpreter
eggs = ${pygolang:egg}
# env.sh for pygolang's python/gpython to be on $PATH.
[pygolang-env.sh]
...
...
component/wendelin.core/test-common.cfg
View file @
38804bb3
...
...
@@ -23,7 +23,7 @@ parts =
instance.cfg
# python interpreter with wendelin.core and all other eggs.
#
bin/python s
python interpreter with wendelin.core and all other eggs.
[wendelin.core-python]
<= python-interpreter
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