Comment out //third_party/upb/python/pb_unit_tests:numpy_test to allow for a change in protobuf directories. This will be uncommented as soon as the protobuf change gets through.

PiperOrigin-RevId: 524343065
pull/13171/head
Deanna Garcia 2 years ago committed by Copybara-Service
parent e275be2830
commit e6dd5bfefe
  1. 8
      python/pb_unit_tests/BUILD

@ -47,10 +47,10 @@ pyproto_test_wrapper(name = "keywords_test")
pyproto_test_wrapper(name = "message_factory_test")
# begin:github_only
pyproto_test_wrapper(
name = "numpy_test",
deps = [requirement("numpy")],
)
# pyproto_test_wrapper(
# name = "numpy_test",
# deps = [requirement("numpy")],
# )
# end:github_only
# begin:google_only

Loading…
Cancel
Save