From d18492ece14858f777664fd5635c46a50ecf513f Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Tue, 18 Apr 2023 11:07:45 -0700 Subject: [PATCH] Give upb pb_unit_tests visibility to the new numpy_test target. PiperOrigin-RevId: 525197302 --- python/google/protobuf/internal/numpy/BUILD.bazel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/google/protobuf/internal/numpy/BUILD.bazel b/python/google/protobuf/internal/numpy/BUILD.bazel index f57a19f298..8b2cd490fb 100644 --- a/python/google/protobuf/internal/numpy/BUILD.bazel +++ b/python/google/protobuf/internal/numpy/BUILD.bazel @@ -10,4 +10,7 @@ internal_py_test( deps = [ requirement("numpy"), ], + visibility = [ + "@upb//python/pb_unit_tests:__pkg__", + ] )