Commit bac1efe6 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip: kvm: new python3 sr

parent cf53ec92
[buildout]
extends =
../../component/python3/buildout.cfg
software.cfg
python = python3.5
# Ignore these for now
common-parts -=
rdiff-backup
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment