fix missing import skip problem

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-04-28 23:17:04 +02:00
parent 3b052e9f7f
commit 91c78274f5
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ def verify_archive_item_shape(item):
class TestWithFunctionIntegration:
def getarchive(self, testdir, arg):
py.test.importorskip("sqlite3")
py.test.importorskip("simplejson")
resultdb = testdir.tmpdir.join("resultdb")
args = ["--resultdb=%s" % resultdb, "--resultdb_format=sqlite"] + [arg]