summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-08-12 18:47:57 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-03-21 13:59:26 -0400
commit94d6e24ca19b0116eed00d5ccdb8a538918c6dcf (patch)
tree7006674c4fcd747ae7c679ac4d2a79f77075866a /setup.cfg
parent877bcfc6a6ed16ba6885f47824df6b1f5ac60b4e (diff)
downloadoslo-db-94d6e24ca19b0116eed00d5ccdb8a538918c6dcf.tar.gz
Remove sqlalchemy-migrate
sqlalchemy-migrate does not support SQLAlchemy 2.x and we're not going to invest the time in changing this. Remove integration of sqlalchemy-migrate in oslo.db, allowing us to support SQLAlchemy 2.x fully. Note that we do not remove the 'migration_cli' module entirely yet. While this is deprecated, it is possible to use this with alembic. New users shouldn't be switching to it, but any existing users can continue to use this module for some time yet. Change-Id: Ic3d6bd318038d723b0d50d39e45f8e26289e9a57 Sem-Ver: api-break
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 5baeb4f..9cd074d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,4 +39,3 @@ oslo.config.opts =
oslo.db.migration =
alembic = oslo_db.sqlalchemy.migration_cli.ext_alembic:AlembicExtension
- migrate = oslo_db.sqlalchemy.migration_cli.ext_migrate:MigrateExtension