Make the tests passing
- add missed requirements - add required modules from openstack.common - added entry points to setup.cfg - fixed tests location - fixed incorrect common modules imports
This commit is contained in:
@@ -291,8 +291,8 @@ from sqlalchemy.pool import NullPool, StaticPool
|
||||
from sqlalchemy.sql.expression import literal_column
|
||||
|
||||
from oslo.db import exception
|
||||
from openstack.common.gettextutils import _LE, _LW
|
||||
from openstack.common import timeutils
|
||||
from oslo.db.openstack.common.gettextutils import _LE, _LW
|
||||
from oslo.db.openstack.common import timeutils
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user