Fix build action
This commit is contained in:
parent
074384e304
commit
b15181b80c
3 changed files with 7 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ import sys
|
|||
import unittest
|
||||
from os.path import dirname
|
||||
|
||||
sys.path.append(dirname(dirname(__file__)))
|
||||
sys.path.insert(0, dirname(dirname(__file__)))
|
||||
|
||||
from tests.backup import suite as backup_suite
|
||||
from tests.dbapi import suite as dbapi_suite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue