Unverified Kaydet (Commit) 8000208e authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

test fixes

üst efd477fb
...@@ -141,7 +141,6 @@ def setup(): ...@@ -141,7 +141,6 @@ def setup():
options = inary.config.Options() options = inary.config.Options()
options.destdir = 'tests/tmp_root' options.destdir = 'tests/tmp_root'
inary.api.set_options(options) inary.api.set_options(options)
inary.api.set_scom(False)
ctx.config.values.general.distribution = "Sulin" ctx.config.values.general.distribution = "Sulin"
ctx.config.values.general.distribution_release = "2018" ctx.config.values.general.distribution_release = "2018"
......
...@@ -5,7 +5,7 @@ try: ...@@ -5,7 +5,7 @@ try:
import ciksemel import ciksemel
except: except:
pass raise("Ciksemel not found")
from inary.sxml import xmlext_minidom as xmlmdom from inary.sxml import xmlext_minidom as xmlmdom
import xml.dom.minidom import xml.dom.minidom
......
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