File tree 2 files changed +1
-5
lines changed 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 34
34
from oslo_config import fixture as config_fixture
35
35
from oslo_log .fixture import logging_error as log_fixture
36
36
import oslo_messaging
37
- from oslo_messaging ._drivers import impl_fake as fake_msging
38
37
from oslo_messaging import conffixture as messaging_conffixture
39
38
from oslo_serialization import jsonutils
40
39
from oslo_utils import strutils
@@ -201,9 +200,6 @@ def setUp(self):
201
200
rpc .add_extra_exmods ("cinder.tests.unit" )
202
201
self .addCleanup (rpc .clear_extra_exmods )
203
202
self .addCleanup (rpc .cleanup )
204
- # TODO: Remove line after comment once the oslo.messaging fix merges
205
- # https://review.opendev.org/c/openstack/oslo.messaging/+/901018
206
- self .addCleanup (fake_msging .FakeExchangeManager ._exchanges .clear )
207
203
208
204
self .messaging_conf = messaging_conffixture .ConfFixture (CONF )
209
205
self .messaging_conf .transport_url = 'fake:/'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ oslo.concurrency>=4.5.0 # Apache-2.0
16
16
oslo.context >= 3.4.0 # Apache-2.0
17
17
oslo.db >= 11.0.0 # Apache-2.0
18
18
oslo.log >= 4.6.1 # Apache-2.0
19
- oslo.messaging >= 14.1 .0 # Apache-2.0
19
+ oslo.messaging >= 14.6 .0 # Apache-2.0
20
20
oslo.middleware >= 4.1.1 # Apache-2.0
21
21
oslo.policy >= 4.5.0 # Apache-2.0
22
22
oslo.privsep >= 2.6.2 # Apache-2.0
You can’t perform that action at this time.
0 commit comments