From 45effa8f106bb81cec5d8356b23c650660bc766a Mon Sep 17 00:00:00 2001 From: Erick Fuentes Date: Wed, 4 Dec 2024 09:56:19 -0500 Subject: [PATCH] mark test as manual instead of library --- common/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/BUILD b/common/BUILD index 2f4c71be..ed0bddf6 100644 --- a/common/BUILD +++ b/common/BUILD @@ -70,7 +70,6 @@ cc_py_library( hdrs = ["matplotlib.hh"], srcs = ["matplotlib.cc"], visibility= ["//visibility:public"], - tags = ["manual"], py_deps = [ requirement("matplotlib"), requirement("PyGObject"), @@ -85,6 +84,7 @@ cc_py_library( cc_test( name = "matplotlib_test", srcs = ["matplotlib_test.cc"], + tags = ["manual"], deps = [ ":matplotlib", "@com_google_googletest//:gtest_main",