oslo.db/oslo_db/tests
Stephen Finucane e1039e0849 Don't pass kwargs to connection.execute()
Resolve the following RemovedIn20Warning warning:

  The connection.execute() method in SQLAlchemy 2.0 will accept
  parameters as a single dictionary or a single sequence of dictionaries
  only. Parameters passed as keyword arguments, tuples or positionally
  oriented dictionaries and/or tuples will no longer be accepted.

Change-Id: I44675fce86337696b6494abc03e8058af32686c6
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-08-10 17:37:45 +01:00
..
sqlalchemy Don't pass kwargs to connection.execute() 2021-08-10 17:37:45 +01:00
__init__.py Test that concurrent sqlalchemy transactions don't block 2015-07-16 20:20:45 +10:00
base.py tests: Enable SADeprecationWarning warnings 2021-07-29 16:37:02 +01:00
fixtures.py Don't pass kwargs to connection.execute() 2021-08-10 17:37:45 +01:00
test_api.py tests: Use common base class 2021-07-29 16:37:01 +01:00
test_concurrency.py tests: Use common base class 2021-07-29 16:37:01 +01:00
utils.py tests: Use common base class 2021-07-29 16:37:01 +01:00