From c915b93e7690f6d8accf95417284600df9aa5a90 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Mon, 7 Jun 2021 08:20:29 +0000 Subject: [PATCH] Bump alembic to 1.6.5 This version fixes the problem reported in LP#1929518 as described in [1]. [1]https://github.com/sqlalchemy/alembic/commit/acc82bff397be712a7e4f5e2069e7bfbf93ff5a9 Change-Id: I894eb3524681a3abaca5eeca0aa47028e7f1ff44 Closes-Bug: #1929518 --- lower-constraints.txt | 2 +- neutron/tests/functional/db/test_migrations.py | 5 +---- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index c811968a8d7..41c73c4f868 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,5 +1,5 @@ alabaster==0.7.10 -alembic==0.9.6 +alembic==1.6.5 amqp==2.5.0 appdirs==1.4.3 Babel==2.3.4 diff --git a/neutron/tests/functional/db/test_migrations.py b/neutron/tests/functional/db/test_migrations.py index 16ca1c42bfd..b13a980dc08 100644 --- a/neutron/tests/functional/db/test_migrations.py +++ b/neutron/tests/functional/db/test_migrations.py @@ -382,16 +382,13 @@ class TestModelsMigrationsMysql(testlib_api.MySQLTestCaseMixin, @test_base.skip_if_timeout("bug 1687027") def test_models_sync(self): - self.skipTest('bug 1929518') super(TestModelsMigrationsMysql, self).test_models_sync() class TestModelsMigrationsPsql(testlib_api.PostgreSQLTestCaseMixin, _TestModelsMigrations, testlib_api.SqlTestCaseLight): - def test_models_sync(self): - self.skipTest('bug 1929518') - super().test_models_sync() + pass class TestSanityCheck(testlib_api.SqlTestCaseLight): diff --git a/requirements.txt b/requirements.txt index 94586c3af2e..bfd63e2f426 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ tenacity>=6.0.0 # Apache-2.0 SQLAlchemy>=1.3.23 # MIT WebOb>=1.8.2 # MIT keystoneauth1>=3.14.0 # Apache-2.0 -alembic>=0.9.6 # MIT +alembic>=1.6.5 # MIT stevedore>=1.20.0 # Apache-2.0 oslo.cache>=1.26.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0