38c1d7a1a3
This patch set pins down package requirements for the following reasons: * Inconsistencies between ranges and direct pins * Deckhand isn't gated against requirements repo so changes to some packages isn't actively tested * Other Airship components use pins, so Deckhand might break them when package requirements go out of sync between components * Deckhand as of yet has no stable release so Airship relies on master for stability so it is better to ensure stability over anything else Change-Id: I20ef4be3e01cd267771098d33447ccb61aee20b4
17 lines
494 B
Plaintext
17 lines
494 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.
|
|
|
|
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
|