Files
ed5d2968b1bc3930e4889cce57dde02629573d11
elajkat
d259ea394b
Tox4: add allowlist_externals where necessary
With tox4 allowlist_externals is more strictly checked, so fix it where necessary and fix pylint version. Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/866943 Related-Bug: #1999558 Change-Id: I7a4fed13cf6d04609f2e2e074a4c6fc8d17107d4
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
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.
hacking>=3.0.1,<3.1 # 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.5.3 # 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