Use new oslo.db base test case

Base migration test cases have moved to a new location in oslo.db
resulting in DeprecationWarnings in the logs. This updates the
migration tests to use the new location for these base classes.

Change-Id: I25e41fc4103b4eafd3aef2b0a863b2053927edad
This commit is contained in:
Sean McGinnis 2017-11-22 10:48:23 -06:00
parent f914e379f9
commit 0d95efdf1b
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@ import os
from alembic import command as alembic_command
from alembic import script as alembic_script
from oslo_db.sqlalchemy import test_base
from oslo_db.sqlalchemy import test_migrations
from oslo_db.tests.sqlalchemy import base as test_base
import sqlalchemy.types as types
from glance.db import migration as db_migration