
The older versions of stestr (like 2.1.1), had options which made use of some derogatory/non-inclusive terms. These are now in the process of being deprecated, in favour of more succint yet non-discriminative words! The new options are available starting from v3.1.0, which is being added here. Ref: https://github.com/mtreinish/stestr/issues/296 Change-Id: I373de9fd6cc0d95ab5416535e65460917cd1f624
13 lines
466 B
Plaintext
13 lines
466 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.
|
|
|
|
# When modifying this file `tox -e freeze-req` must be run to regenerate the requirements-frozen.txt.
|
|
coverage==4.5.1
|
|
kubeconfig==1.0.1
|
|
kubernetes==10.0.1
|
|
oslo.config==6.7.0 # Apache-2.0
|
|
oslo.log==3.40.1 # Apache-2.0
|
|
pbr==3.1.1
|
|
stestr==3.1.0 # Apache-2.0
|