Give upb pb_unit_tests visibility to the new numpy_test target.

PiperOrigin-RevId: 525197302
pull/12493/head
Deanna Garcia 2 years ago committed by Copybara-Service
parent 80f0f7463d
commit d18492ece1
  1. 3
      python/google/protobuf/internal/numpy/BUILD.bazel

@ -10,4 +10,7 @@ internal_py_test(
deps = [
requirement("numpy"),
],
visibility = [
"@upb//python/pb_unit_tests:__pkg__",
]
)

Loading…
Cancel
Save