keystone/keystone/tests/unit/ksfixtures
Stephen Finucane 0bbaf63a5a db: Replace use of reverse cascades
Resolve the following RemovedIn20Warning warning:

  "ApplicationCredentialRoleModel" object is being merged into a Session
  along the backref cascade path for relationship
  "ApplicationCredentialModel.roles"; in SQLAlchemy 2.0, this reverse
  cascade will not take place.  Set cascade_backrefs to False in either
  the relationship() or backref() function for the 2.0 behavior; or to
  set globally for the whole Session, set the future=True flag

This also applies for "ApplicationCredentialAccessRuleModel" and
"AccessRuleModel.application_credential".

Change-Id: I277cb4d512ca6b4e4aca5aad60a97a78cdb961e3
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-02-28 17:26:39 +00:00
..
__init__.py Add 'StandardLogging' fixture 2022-01-10 18:31:09 +00:00
auth_plugins.py Typos in the LoadAuthPlugins note 2017-03-01 13:33:54 -08:00
backendloader.py Move keystone.server.common to keystone.server 2018-07-01 10:33:13 -07:00
cache.py Replace revoke tree with linear search 2016-05-24 13:11:30 -04:00
database.py db: Don't pass strings to 'Connection.execute' 2023-02-28 17:26:39 +00:00
hacking.py Fix gate by running l-c job on Bionic 2020-09-10 20:25:27 -05:00
jws_key_repository.py Add test fixture for the JWS key repository 2019-01-31 19:41:58 +00:00
key_repository.py Revert "Rename fernet_utils to token_utils" 2018-06-06 16:49:27 +12:00
ldapdb.py Remove LDAP write support 2017-01-21 21:32:07 -05:00
logging.py Add 'StandardLogging' fixture 2022-01-10 18:31:09 +00:00
policy.py Suppress policy deprecation warnings in unit tests 2019-08-05 14:23:17 -07:00
temporaryfile.py Move existing tests to unit 2015-02-13 15:54:29 -06:00
warnings.py db: Replace use of reverse cascades 2023-02-28 17:26:39 +00:00