
tox is failing because oslo.messaging 9.1.1 installs kombu 4.6.7, which requires amqp >=2.5.2, but it is pinned to 2.5.1. Additionally, the deckhand-integration-docker are failing because barbican is not being deployed correctly. This change updated the pinned version of amqp to 2.5.2, and uses the barbican deployment script in openstack-helm. Depends-On: I020632ad6a33d29a657164cf0e32baef6b670d5a Change-Id: Idafe35d1496cd880e2d6a93c96afa724fd1c2e89
18 lines
515 B
Plaintext
18 lines
515 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
amqp==2.5.2
|
|
coverage==4.5.1
|
|
fixtures==3.0.0
|
|
python-subunit==1.3.0
|
|
os-testr==1.0.0
|
|
testrepository==0.0.20
|
|
testtools==2.3.0
|
|
bandit==1.5.1
|
|
# NOTE(felipemonteiro): Pin here because later versions require that
|
|
# content-type be present in empty responses.
|
|
gabbi==1.35.1
|
|
pifpaf==2.1.2
|
|
oslotest==3.7.0
|
|
yq>=2.7.2 |