Merge "Bump alembic to 1.6.5"
This commit is contained in:
commit
b7299c1571
@ -1,5 +1,5 @@
|
|||||||
alabaster==0.7.10
|
alabaster==0.7.10
|
||||||
alembic==0.9.6
|
alembic==1.6.5
|
||||||
amqp==2.5.0
|
amqp==2.5.0
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
Babel==2.3.4
|
Babel==2.3.4
|
||||||
|
@ -363,16 +363,13 @@ class TestModelsMigrationsMysql(testlib_api.MySQLTestCaseMixin,
|
|||||||
self.assertEqual(0, len(res), "%s non InnoDB tables created" % res)
|
self.assertEqual(0, len(res), "%s non InnoDB tables created" % res)
|
||||||
|
|
||||||
def test_models_sync(self):
|
def test_models_sync(self):
|
||||||
self.skipTest('bug 1929518')
|
|
||||||
super(TestModelsMigrationsMysql, self).test_models_sync()
|
super(TestModelsMigrationsMysql, self).test_models_sync()
|
||||||
|
|
||||||
|
|
||||||
class TestModelsMigrationsPsql(testlib_api.PostgreSQLTestCaseMixin,
|
class TestModelsMigrationsPsql(testlib_api.PostgreSQLTestCaseMixin,
|
||||||
_TestModelsMigrations,
|
_TestModelsMigrations,
|
||||||
testlib_api.SqlTestCaseLight):
|
testlib_api.SqlTestCaseLight):
|
||||||
def test_models_sync(self):
|
pass
|
||||||
self.skipTest('bug 1929518')
|
|
||||||
super().test_models_sync()
|
|
||||||
|
|
||||||
|
|
||||||
class TestSanityCheck(testlib_api.SqlTestCaseLight):
|
class TestSanityCheck(testlib_api.SqlTestCaseLight):
|
||||||
|
@ -22,7 +22,7 @@ tenacity>=6.0.0 # Apache-2.0
|
|||||||
SQLAlchemy>=1.3.23 # MIT
|
SQLAlchemy>=1.3.23 # MIT
|
||||||
WebOb>=1.8.2 # MIT
|
WebOb>=1.8.2 # MIT
|
||||||
keystoneauth1>=3.14.0 # Apache-2.0
|
keystoneauth1>=3.14.0 # Apache-2.0
|
||||||
alembic>=0.9.6 # MIT
|
alembic>=1.6.5 # MIT
|
||||||
stevedore>=1.20.0 # Apache-2.0
|
stevedore>=1.20.0 # Apache-2.0
|
||||||
oslo.cache>=1.26.0 # Apache-2.0
|
oslo.cache>=1.26.0 # Apache-2.0
|
||||||
oslo.concurrency>=3.26.0 # Apache-2.0
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user