From 62e92fc6dc7ccced8c1fc378d4a69038c9ac6a90 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Wed, 6 Jul 2016 15:03:29 +0200 Subject: [PATCH] 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 --- setup.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 85bafbd8b..bab794f33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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