![Grzegorz Grasza](/assets/img/avatar_default.png)
This also adds Zuul configuration with linter job. Change-Id: I8bc54901002c14f9b352d0f74705801082f4c08b
10 lines
321 B
Plaintext
10 lines
321 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.
|
|
|
|
ansible-lint # MIT
|
|
pre-commit # MIT
|
|
mock>=2.0.0 # BSD
|
|
stestr>=2.0.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|