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

wip: slaprunner: new python3 sr

parent bac1efe6
[buildout]
extends =
../../component/python3/buildout.cfg
software.cfg
python = python3.5
# Ignore these for now
common-parts -=
rdiff-backup
......@@ -44,7 +44,7 @@ from slapos.testing.testcase import makeModuleSetUpAndTestCaseClass
setUpModule, SlapOSInstanceTestCase = makeModuleSetUpAndTestCaseClass(
os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', 'software.cfg')))
os.path.join(os.path.dirname(__file__), '..', 'software-py3.cfg')))
class SlaprunnerTestCase(SlapOSInstanceTestCase):
......
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