|
|
|
@ -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") |
|
|
|
|
|
|
|
|
|