requirements/blacklist.txt
Will Szumski dcef447f6d Add ansible to blacklist
Some projects, such as kolla-ansible, have a dependency on ansible. At
present it is not possible to add this to your requirements as it does
not appear in the global requirements file. However, it is useful to
have ansible as dependency to allow testing of plugins.

There is not a strong dependence on the openstack libraries, so it makes
sense to include this in the blacklist and not in global requirements,
so that the individual projects can specify the version required.

Change-Id: Ie30fe79e686f89fbdb246b5330d5b9f10aecf354
2020-05-11 10:52:27 +01:00

40 lines
754 B
Plaintext

# linters - each project may have a different version with loose convergence
# over time.
astroid
ansible-lint
bandit
flake8
flake8-docstrings
flake8-import-order
flake8-logging-format
hacking
mccabe
pep257
pep8
pre-commit
pyflakes
pycodestyle
pylint
# The following horizon and Neutron libraries need to be blacklisted
# as they do not use cycle-with-intermediary. The only time they
# would be updated is at release time.
horizon
networking-bagpipe
networking-bgpvpn
networking-l2gw
networking-odl
networking-sfc
neutron
neutron-dynamic-routing
neutron-fwaas
neutron-lbaas
neutron-vpnaas
vmware-nsxlib
# Sahara uses cycle-with-rc, but it promises a stable plugin interface
sahara
# Projects are free to specify their own version of ansible
ansible