Files
1044a82287af01f3f627a233370aaf03fd85830d
networking-bgpvpn /test-requirements.txt
elajkat 4969079933 pep8: Issue on Noble (U. 24.04) with pylint
Use pylint 3.2.0 on Noble.
Change-Id: I30f5c19ff9933b14cd887822c83213e7d0c285a0
2024年12月05日 11:25:04 +01:00

27 lines
861 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
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.0 # 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