Disable warnerrors=true in setup.cfg
The upcoming `pbr` release will make this flag effective and it may result in broken tests and/or gate jobs. Disable for now till the next release is out so we can re-enable it later and manage possible errors alltogether. Change-Id: Ic483121ff850319838d6b33e39059e6bdda9a88b
This commit is contained in:
parent
6e0e881890
commit
62e92fc6dc
@ -97,8 +97,11 @@ cover-inclusive = true
|
||||
; detailed-errors = 1
|
||||
|
||||
|
||||
[pbr]
|
||||
warnerrors = True
|
||||
# NOTE(flaper87): Disable until the next pbr release to avoid breaking the gate
|
||||
# by unexpected errors. More info at:
|
||||
# http://lists.openstack.org/pipermail/openstack-dev/2016-June/097849.html
|
||||
# [pbr]
|
||||
# warnerrors = true
|
||||
|
||||
[compile_catalog]
|
||||
directory = zaqar/locale
|
||||
|
Loading…
Reference in New Issue
Block a user