diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2021-10-11 17:26:07 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2021-10-11 17:26:07 +0000 |
| commit | 87aaa0207e098727f9bdc217985e02e1ea9b1c1f (patch) | |
| tree | 71b59ee43bb86031483d551e64a109b8997e72a5 /lib | |
| parent | c94a4b2cea888903fdc9595917b10c4fa8b36afc (diff) | |
| parent | b91e76a4f7b9827d0d15c3c562af77f900a92091 (diff) | |
| download | sqlalchemy-87aaa0207e098727f9bdc217985e02e1ea9b1c1f.tar.gz | |
Merge "rename elements to main" into main
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/testing/plugin/bootstrap.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/testing/plugin/plugin_base.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/plugin/bootstrap.py b/lib/sqlalchemy/testing/plugin/bootstrap.py index 1f568dfc8..b4691c57d 100644 --- a/lib/sqlalchemy/testing/plugin/bootstrap.py +++ b/lib/sqlalchemy/testing/plugin/bootstrap.py @@ -12,7 +12,7 @@ of the same test environment and standard suites available to SQLAlchemy/Alembic themselves without the need to ship/install a separate package outside of SQLAlchemy. -NOTE: copied/adapted from SQLAlchemy master for backwards compatibility; +NOTE: copied/adapted from SQLAlchemy main for backwards compatibility; this should be removable when Alembic targets SQLAlchemy 1.0.0. """ diff --git a/lib/sqlalchemy/testing/plugin/plugin_base.py b/lib/sqlalchemy/testing/plugin/plugin_base.py index 8f486dc8d..d2e4a0f69 100644 --- a/lib/sqlalchemy/testing/plugin/plugin_base.py +++ b/lib/sqlalchemy/testing/plugin/plugin_base.py @@ -434,7 +434,7 @@ def _engine_uri(options, file_config): for db_url in expanded_urls: log.info("Adding database URL: %s", db_url) - if options.write_idents and provision.FOLLOWER_IDENT: # != 'master': + if options.write_idents and provision.FOLLOWER_IDENT: with open(options.write_idents, "a") as file_: file_.write(provision.FOLLOWER_IDENT + " " + db_url + "\n") |
