0211e6e0e8
ipaddr has been superseded by ipaddress from the Python 3 standard library [1]. python-subunit and PyYAML updates was necessary due dependencies of internal libs. Test Plan: PASS - Build stx-openstack armada tarball (CentOS) PASS - Upload/apply/remove/delete stx-openstack app Closes-Bug: 1988043 [1] https://pypi.org/project/ipaddr/ Signed-off-by: Rafael Falcao <rafael.vieirafalcao@windriver.com> Change-Id: I02d29519a68483c728281a566e328043f5385d2c
24 lines
638 B
Plaintext
24 lines
638 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.
|
|
pycodestyle<2.6.0 # MIT License
|
|
hacking>=1.1.0,<=2.0.0 # Apache-2.0
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0.0 # BSD
|
|
passlib>=1.7.0
|
|
psycopg2-binary
|
|
python-barbicanclient>=4.5.2 # Apache-2.0
|
|
python-subunit>=1.4.0
|
|
requests-mock>=0.6.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testtools!=1.2.0,>=0.9.36
|
|
pytest
|
|
pyudev
|
|
migrate
|
|
python-ldap>=3.1.0
|
|
markupsafe
|