| # 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__", | |
| ] | |
| ) |