oslo.db/oslo_db/tests
Stephen Finucane 4f9df08373 tests: Remove 'ModelsMigrationsSync.check_foreign_keys'
The 'check_foreign_key' method was removed in oslo.db 1.4.0 [1] and
re-added but marked as deprecated in 1.4.1 [2] to allow for a
deprecation period. That was over 6 years ago so we can now remove it.
Meanwhile, the private '_walk_versions', '_migrate_down' and
'_migrate_up' methods have been marked as deprecated since oslo.db 0.5.0
(!!!) [3]. We can definitely remove these now. codesearch.o.o reveals no
users of any of these methods.

[1] I77a2bba2de08125b5a601de03c1d2d5c73fa33ee
[2] Id892567bd60d6b4b88765bbfe3cd5c5e75910b25
[3] Ic9358445e60a0dd43a5900e8bda7b12f2bebf679

Change-Id: Idb9596284df3e5d038c939d27fe14fe2cc2f4318
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-06-25 16:15:13 +01:00
..
sqlalchemy tests: Remove 'ModelsMigrationsSync.check_foreign_keys' 2021-06-25 16:15:13 +01:00
__init__.py Test that concurrent sqlalchemy transactions don't block 2015-07-16 20:20:45 +10:00
base.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
test_api.py Use unittest.mock instead of third party mock 2020-03-31 14:31:03 -05:00
test_concurrency.py Use unittest.mock instead of third party mock 2020-03-31 14:31:03 -05:00
utils.py Drop use of six 2020-02-25 17:33:41 +00:00