b475486d96
By switching to Python 3.10 we need to disable focal and bionic jobs. Change-Id: I4ecd3c633e4fc90fea1622beb2e822a0b4c87452
25 lines
605 B
Plaintext
25 lines
605 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.11.7
|
|
bandit==1.6.0
|
|
|
|
flake8==3.8.4
|
|
hacking==4.1.0
|
|
|
|
|
|
pylint==2.14.5
|
|
python-subunit==1.4.0 # Apache-2.0/BSD
|
|
oslotest==3.7.0 # Apache-2.0
|
|
stestr==3.2.1 # Apache-2.0
|
|
testtools==2.5.0
|
|
mock==5.0.2
|
|
nose==1.3.7
|
|
yapf==0.24.0
|
|
pytest >= 3.0
|
|
pytest-cov==4.0.0
|
|
chardet
|
|
# chardet==3.0.4 |