From c980223215f57d9e8f220ef3c6919a8e85a33655 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Tue, 17 Aug 2021 16:59:27 -0400 Subject: [PATCH] Project: remove py2 forcing, drop deprecation warnings back to warning (#581) --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index c1791a647..e0fa8c7f4 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,5 +1,5 @@ build --apple_generate_dsym --define=apple.propagate_embedded_extra_outputs=yes -build --host_force_python=PY2 build --copt=-Werror build --copt=-Wall +build --copt=-Wno-error=deprecated-declarations