Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stephane VAROQUI
slapos
Commits
bac1efe6
Commit
bac1efe6
authored
Dec 30, 2019
by
Bryton Lacquement
🚪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip: kvm: new python3 sr
parent
cf53ec92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
software/kvm/software-py3.cfg
software/kvm/software-py3.cfg
+10
-0
software/kvm/test/test.py
software/kvm/test/test.py
+1
-1
No files found.
software/kvm/software-py3.cfg
0 → 100644
View file @
bac1efe6
[buildout]
extends =
../../component/python3/buildout.cfg
software.cfg
python = python3.5
# Ignore these for now
common-parts -=
rdiff-backup
software/kvm/test/test.py
View file @
bac1efe6
...
...
@@ -55,7 +55,7 @@ def sanityCheck():
if
sanityCheck
():
setUpModule
,
InstanceTestCase
=
makeModuleSetUpAndTestCaseClass
(
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'..'
,
'software.cfg'
)))
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'..'
,
'software
-py3
.cfg'
)))
else
:
setUpModule
,
InstanceTestCase
=
None
,
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