Merge "Bump oslo.db to 10.0.0"
This commit is contained in:
@@ -71,7 +71,7 @@ oslo.cache==1.26.0
|
||||
oslo.concurrency==4.4.0
|
||||
oslo.config==8.6.0
|
||||
oslo.context==3.1.1
|
||||
oslo.db==4.44.0
|
||||
oslo.db==10.0.0
|
||||
oslo.i18n==5.0.1
|
||||
oslo.log==4.4.0
|
||||
oslo.messaging==10.3.0
|
||||
|
10
nova/tests/fixtures/nova.py
vendored
10
nova/tests/fixtures/nova.py
vendored
@@ -770,16 +770,6 @@ class WarningsFixture(fixtures.Fixture):
|
||||
'error', message='Evaluating non-mapped column expression',
|
||||
category=sqla_exc.SAWarning)
|
||||
|
||||
# NOTE(stephenfin): Disable the annoying "TypeDecorator foo will not
|
||||
# produce a cache key because the ``cache_ok`` flag is not set to True"
|
||||
# warning. It's fixed in oslo.db 10.0.0 but not before.
|
||||
# TODO(stephenfin): Remove once we bump oslo.db in lower-constraints to
|
||||
# 10.0.0
|
||||
warnings.filterwarnings(
|
||||
'ignore',
|
||||
message=r'TypeDecorator SoftDeleteInteger\(\) will not produce .*',
|
||||
category=sqla_exc.SAWarning)
|
||||
|
||||
# TODO(stephenfin): Remove once we fix this is oslo.db 10.0.1 or so
|
||||
warnings.filterwarnings(
|
||||
'ignore',
|
||||
|
@@ -40,7 +40,7 @@ oslo.reports>=1.18.0 # Apache-2.0
|
||||
oslo.serialization>=4.1.0 # Apache-2.0
|
||||
oslo.upgradecheck>=1.3.0
|
||||
oslo.utils>=4.8.0 # Apache-2.0
|
||||
oslo.db>=4.44.0 # Apache-2.0
|
||||
oslo.db>=10.0.0 # Apache-2.0
|
||||
oslo.rootwrap>=5.8.0 # Apache-2.0
|
||||
oslo.messaging>=10.3.0 # Apache-2.0
|
||||
oslo.policy>=3.7.0 # Apache-2.0
|
||||
|
Reference in New Issue
Block a user