Avoid oslo.messaging 2.6.0 and 2.6.1
When using those the tests (both unit and functional) will block, eventually timing out. With this change we should be able to unwedge aodh's CI. Change-Id: Idbf05e5f9424a0f7360e220936b98b2984ca2b04
This commit is contained in:
parent
1262dc6eaa
commit
1d38d75c79
@ -19,7 +19,7 @@ oslo.service>=0.1.0 # Apache-2.0
|
||||
PasteDeploy>=1.5.0
|
||||
pbr<2.0,>=0.11
|
||||
pecan>=0.8.0
|
||||
oslo.messaging>1.17.1 # Apache-2.0
|
||||
oslo.messaging>1.17.1,!=2.6.0,!=2.6.1 # Apache-2.0
|
||||
oslo.middleware!=2.0.0,>=1.2.0 # Apache-2.0
|
||||
oslo.serialization>=1.4.0 # Apache-2.0
|
||||
oslo.utils>=1.9.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user