
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
23 lines
613 B
Plaintext
23 lines
613 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-testreq` must be run to regenerate the test-requirements-frozen.txt.
|
|
|
|
astroid==2.3.3
|
|
bandit==1.5.1
|
|
|
|
flake8==3.6.0
|
|
hacking==0.12.0 # Apache-2.0
|
|
|
|
coverage==4.5.1 # Apache-2.0
|
|
pylint==2.4.4
|
|
python-subunit==1.3.0 # Apache-2.0/BSD
|
|
oslotest==3.7.0 # Apache-2.0
|
|
stestr==3.1.0 # Apache-2.0
|
|
testtools==2.3.0 # MIT
|
|
mock==3.0.5
|
|
nose==1.3.7
|
|
responses==0.10.2
|
|
yapf==0.24.0
|