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
dcffb8ed
Commit
dcffb8ed
authored
Oct 05, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
697e58c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
26 deletions
+24
-26
component/pygolang/test.cfg
component/pygolang/test.cfg
+0
-10
component/pytest/buildout.cfg
component/pytest/buildout.cfg
+13
-0
component/wendelin.core/test.cfg
component/wendelin.core/test.cfg
+0
-10
component/zodbtools/test.cfg
component/zodbtools/test.cfg
+11
-6
No files found.
component/pygolang/test.cfg
View file @
dcffb8ed
...
@@ -53,11 +53,6 @@ numpy = 1.16.6
...
@@ -53,11 +53,6 @@ numpy = 1.16.6
ipython = 5.10.0
ipython = 5.10.0
ipython-genutils = 0.2.0
ipython-genutils = 0.2.0
wcwidth = 0.2.5
more-itertools = 5.0.0
importlib-metadata = 1.7.0
funcsigs = 1.0.2
atomicwrites = 1.4.0
traitlets = 4.3.3
traitlets = 4.3.3
simplegeneric = 0.8.1
simplegeneric = 0.8.1
Pygments = 2.5.2
Pygments = 2.5.2
...
@@ -65,9 +60,4 @@ prompt-toolkit = 1.0.18
...
@@ -65,9 +60,4 @@ prompt-toolkit = 1.0.18
pickleshare = 0.7.5
pickleshare = 0.7.5
pexpect = 4.8.0
pexpect = 4.8.0
backports.shutil-get-terminal-size = 1.0.0
backports.shutil-get-terminal-size = 1.0.0
backports.functools-lru-cache = 1.6.1
scandir = 1.10.0
zipp = 1.2.0
contextlib2 = 0.6.0.post1
configparser = 4.0.2
ptyprocess = 0.6.0
ptyprocess = 0.6.0
component/pytest/buildout.cfg
View file @
dcffb8ed
...
@@ -10,5 +10,18 @@ egg = pytest
...
@@ -10,5 +10,18 @@ egg = pytest
pytest = 4.6.11
pytest = 4.6.11
py = 1.9.0
py = 1.9.0
pluggy = 0.13.1
pluggy = 0.13.1
pathlib2= 2.3.5
pathlib2= 2.3.5
scandir = 1.10.0
wcwidth = 0.2.5
backports.functools-lru-cache = 1.6.1
more-itertools = 5.0.0
atomicwrites = 1.4.0
funcsigs = 1.0.2
importlib-metadata = 1.7.0
zipp = 1.2.0
contextlib2 = 0.6.0.post1
configparser = 4.0.2
component/wendelin.core/test.cfg
View file @
dcffb8ed
...
@@ -70,11 +70,6 @@ ipython = 5.10.0
...
@@ -70,11 +70,6 @@ ipython = 5.10.0
ipython-genutils = 0.2.0
ipython-genutils = 0.2.0
# XXX -> move component/pytest ?
# XXX -> move component/pytest ?
wcwidth = 0.2.5
more-itertools = 5.0.0
importlib-metadata = 1.7.0
funcsigs = 1.0.2
atomicwrites = 1.4.0
traitlets = 4.3.3
traitlets = 4.3.3
simplegeneric = 0.8.1
simplegeneric = 0.8.1
Pygments = 2.5.2
Pygments = 2.5.2
...
@@ -82,9 +77,4 @@ prompt-toolkit = 1.0.18
...
@@ -82,9 +77,4 @@ prompt-toolkit = 1.0.18
pickleshare = 0.7.5
pickleshare = 0.7.5
pexpect = 4.8.0
pexpect = 4.8.0
backports.shutil-get-terminal-size = 1.0.0
backports.shutil-get-terminal-size = 1.0.0
backports.functools-lru-cache = 1.6.1
scandir = 1.10.0
zipp = 1.2.0
contextlib2 = 0.6.0.post1
configparser = 4.0.2
ptyprocess = 0.6.0
ptyprocess = 0.6.0
component/zodbtools/test.cfg
View file @
dcffb8ed
...
@@ -13,17 +13,22 @@ parts =
...
@@ -13,17 +13,22 @@ parts =
zodbtools
zodbtools
# for instance
# for instance
zodbtools-python
slapos-cookbook
slapos-cookbook
instance.cfg
instance.cfg
# tune zodbtools to install with for-tests extras.
[zodbtools]
egg = zodbtools[test]
# bin/python is preinstalled with sys.path to zodbtools & friends.
# bin/python is preinstalled with sys.path to zodbtools & friends.
[zodbtools]
[zodbtools-python]
recipe = zc.recipe.egg:eggs
eggs = zodbtools[test]
interpreter = python
interpreter = python
# interpreter code that buildout generates cannot process `-m pytest --<pytest-option>`
# -> use pymain from gpython to workaround that
initialization =
from gpython import pymain
pymain(sys.argv[1:])
sys.exit(0)
# env.sh for zodbtools's python to be on $PATH.
# env.sh for zodbtools's python to be on $PATH.
[zodbtools-env.sh]
[zodbtools-env.sh]
...
@@ -40,4 +45,4 @@ workdir = ${zodbtools-repository:location}
...
@@ -40,4 +45,4 @@ workdir = ${zodbtools-repository:location}
[versions]
[versions]
# XXX
freezegun = 1.0.0
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