Disable warnerrors=True in setup.cfg

This feature is not working for a while, which potentially allowed
errors to sneak into the tree. The next pbr release will fix the
feature, effectively re-enabling it for us. It may break our gate if at
that point we will have warnings in the documentation.

So just disable the flag for now, wait for the next pbr release, and
revert the patch back, fixing any warnings that may be present in the
tree at that time.

Change-Id: I117a458d2b4b043fa0238eebc061586761691841
This commit is contained in:
Ihar Hrachyshka 2016-06-21 15:37:08 +02:00
parent b59bb0fcfa
commit 7d111e827a

View File

@ -184,5 +184,9 @@ input_file = neutron/locale/neutron.pot
[wheel]
universal = 1
[pbr]
warnerrors = true
# NOTE(ihrachys): disable until a new pbr release is released that will
# actually make the flag effective. Otherwise, we may be broken by the next pbr
# release. More info at:
# http://lists.openstack.org/pipermail/openstack-dev/2016-June/097849.html
#[pbr]
#warnerrors = true