03ebe8810a
Use stestr for testing Improve tests hierarchy Update hacking and pycodestyle versions Also fix docs and pdf-docs jobs Change-Id: I4ce5da019251a2a68202f74f706a5bf03e6a22b6
10 lines
440 B
Plaintext
10 lines
440 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>=5.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
oslo.concurrency>=3.25.0 # Apache-2.0
|
|
osc-lib>=2.1.0 # Apache-2.0
|
|
python-openstackclient>=3.12.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0 |