Files
requirements/denylist.txt
T
Takashi Kajinami 1ad6d7b8be Re-add tap-as-a-service to project list
It was added back to the neutron's governance.

Also, it was added to upper-constraints because of networking-midonet.
However networking-midonet was retired some years ago, so it can be
removed now.

Change-Id: I265fb5d983d3eefadedfab8cff1421d6b8591479
2025-04-03 16:56:11 +09:00

60 lines
1.4 KiB
Plaintext

# linters - each project may have a different version with loose convergence
# over time.
astroid
ansible-lint
bandit
bashate
flake8
flake8-docstrings
flake8-import-order
flake8-logging-format
hacking
isort
mccabe
mypy
pep257
pep8
pre-commit
pyflakes
pycodestyle
pylint
yamllint
# The following Neutron libraries need to be denylisted
# as they do not use cycle-with-intermediary. The only time they
# would be updated is at release time.
networking-bagpipe
networking-bgpvpn
networking-l2gw
networking-odl
networking-sfc
neutron
neutron-dynamic-routing
neutron-fwaas
neutron-lbaas
neutron-vpnaas
tap-as-a-service
vmware-nsxlib
# Projects are free to specify their own version of ansible and molecule
ansible
ansible-compat
ansible-core
molecule
molecule-plugins
# Tempest and its plugins are branchless which means master version of these
# tools are used in testing the master + stable branches (except EM stable branch
# where we pin the Tempest and plugins for testing). Keeping Tempest in the
# u-c file will block testing the master + stable branches with Tempest master.
# Bug#1916771 for more details.
# Once any stable branch move to 'Extended Maintenance' and we pin the
# older Tempest to test them then we can move it from here to u-c file.
tempest
# annoying from setuptools
pkg_resources
# We want to always have latest list of trusted Certificate Authorities
certifi