Internal change only

PiperOrigin-RevId: 493925498
pull/13171/head
Jie Luo 2 years ago committed by Copybara-Service
parent 3bac8780cb
commit 0def88b582
  1. 14
      python/pb_unit_tests/BUILD
  2. 16
      python/pb_unit_tests/pyproto_test_wrapper.bzl

@ -23,10 +23,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# begin:google_only
# load(":pyproto_test_wrapper.bzl", "pyproto_net_proto2_test_wrapper")
#
# end:google_only
load(":pyproto_test_wrapper.bzl", "pyproto_test_wrapper")
# begin:github_only
load("@pip_deps//:requirements.bzl", "requirement")
@ -58,7 +54,7 @@ pyproto_test_wrapper(
# end:github_only
# begin:google_only
# pyproto_net_proto2_test_wrapper(name = "numpy_test")
# pyproto_test_wrapper(name = "numpy_test")
# end:google_only
pyproto_test_wrapper(name = "proto_builder_test")
@ -73,17 +69,9 @@ pyproto_test_wrapper(name = "message_test")
pyproto_test_wrapper(name = "reflection_test")
# begin:google_only
# pyproto_net_proto2_test_wrapper(name = "text_format_test")
#
# pyproto_net_proto2_test_wrapper(name = "unknown_fields_test")
# end:google_only
# begin:github_only
pyproto_test_wrapper(name = "text_format_test")
pyproto_test_wrapper(name = "unknown_fields_test")
# end:github_only
pyproto_test_wrapper(name = "well_known_types_test")

@ -41,20 +41,4 @@ def pyproto_test_wrapper(name, deps = []):
# }),
# )
#
# def pyproto_net_proto2_test_wrapper(name):
# src = name + "_wrapper.py"
# native.py_test(
# name = name,
# srcs = [src],
# main = src,
# deps = [
# "//net/proto2/python/internal:" + name + "_for_deps",
# "//net/proto2/python/public:use_upb_protos",
# ],
# target_compatible_with = select({
# "@platforms//os:windows": ["//third_party/bazel_platforms:incompatible"],
# "//conditions:default": [],
# }),
# )
#
# end:google_only

Loading…
Cancel
Save