Commit e5cd611c authored by Jérome Perrin's avatar Jérome Perrin

software/slapos-testing: stop testing slapos.toolbox on python2

This only support python3 since some time
parent 4230cd1b
Pipeline #27446 failed with stage
in 0 seconds
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
[template] [template]
filename = instance.cfg filename = instance.cfg
md5sum = a8bd56d112344ae56138e3a775fec478 md5sum = 5f5378550470b551d280dd432878a0ba
...@@ -177,6 +177,7 @@ inline = ...@@ -177,6 +177,7 @@ inline =
cwd="""$${slapos.recipe.template:location}""", cwd="""$${slapos.recipe.template:location}""",
summaryf=UnitTest.summary, summaryf=UnitTest.summary,
) )
if six.PY3:
TestCase( TestCase(
"slapos.toolbox", "slapos.toolbox",
# ['python', '-m', 'unittest', 'discover', '-v'], # ['python', '-m', 'unittest', 'discover', '-v'],
......
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