Files
afb98fabbad0dfcf94ac0b5f1fbd693dd3d7a3cd
networking-bgpvpn /test-requirements.txt
elajkat aa18632724 Bump hacking
hacking 3.0.x is too old.
Try to synchronize pylint ignore and extension list with
other Networking projects.
Change-Id: I93206052a384ceaf182ff3a93a326e17b2110a4d
2024年02月12日 14:29:00 +01:00

28 lines
887 B
Plaintext

hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
psycopg2>=2.8.5 # LGPL/ZPL
PyMySQL>=0.7.6 # MIT License
WebOb>=1.8.2 # MIT
oslotest>=3.2.0 # Apache-2.0
pylint==2.17.4 # GPLv2
pytest>=5.3.5 # MIT
stestr>=1.0.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
tempest>=17.1.0 # Apache-2.0
isort==4.3.21 # MIT
# OpenStack CI will install the following projects from git
# if they are in the required-projects list for a job.
# Installation by 'extras' in tox.ini does not honor upper-constraints,
# so we specify the same here to ensure upper-constraints.
networking-bagpipe>=12.0.0.0rc1 # Apache-2.0
horizon>=17.1.0 # Apache-2.0
# This is necessary as pecan dropped this dependency
# see https://review.opendev.org/c/openstack/neutron/+/848706
WebTest>=2.0.27 # MIT