810bd7e589
create_stubs in test.helpers is also dropped in this commit because this creates a stub using mox. This is part of mox-removal community goal in Rocky. Change-Id: I54b3679bf294f20910fae9bf9ee442769455415b Closes-Bug: #1758388
11 lines
338 B
Plaintext
11 lines
338 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.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
horizon>=14.0.0.0b2 # Apache-2.0
|
|
|
|
PyYAML>=3.12 # MIT
|
|
python-watcherclient>=1.1.0 # Apache-2.0
|