blob: 8b2cd490fb96ea1178a95fef7149e6792e3e36c8 [file]
# Protobuf python numpy Tests
# This is removed from other tests to keep numpy (and @pip_deps) as a test-only dependency
load("@pip_deps//:requirements.bzl", "requirement")
load("//python:internal.bzl", "internal_py_test")
internal_py_test(
name = "numpy_test",
srcs = ["numpy_test.py"],
deps = [
requirement("numpy"),
],
visibility = [
"@upb//python/pb_unit_tests:__pkg__",
]
)