From dd28a2a745d39005132b932e0c64641f47591023 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 26 Feb 2022 22:32:40 -0800 Subject: [PATCH] Make minimal_test open-source only for now. --- python/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/BUILD b/python/BUILD index f6949bdc91..cb48bc6109 100644 --- a/python/BUILD +++ b/python/BUILD @@ -69,6 +69,8 @@ py_extension( srcs = ["api_implementation.c"], ) +# copybara:strip_for_google3_begin + py_test( name = "minimal_test", srcs = [ @@ -84,8 +86,6 @@ py_test( ], ) -# copybara:strip_for_google3_begin - # Copy the extensions into the location recognized by Python. # .abi3.so indicates use of the limited API, and cross-version ABI compatibility. EXT_SUFFIX = ".abi3.so"