aef0c3ae83
As https://review.openstack.org/#/c/553240/ has shown, adding upper-constraints for these repos does not work, we can only use the versions from the previous release and those versions conflict with other packages from current release. Therefore leave them - unlike previously planned - in blacklist.txt and update the comment to reflect this. Change-Id: I3bbf28720b8ae7752df0ae56de2d42451cf52296
32 lines
569 B
Plaintext
32 lines
569 B
Plaintext
# linters - each project may have a different version with loose convergence
|
|
# over time.
|
|
astroid
|
|
bandit
|
|
flake8
|
|
flake8-docstrings
|
|
flake8-import-order
|
|
hacking
|
|
mccabe
|
|
pep257
|
|
pep8
|
|
pyflakes
|
|
pycodestyle
|
|
pylint
|
|
Pygments
|
|
|
|
# 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
|