From 893da40104f0ca8ee65a970fa0972e9fa5d0f5f7 Mon Sep 17 00:00:00 2001 From: Erick Fuentes Date: Mon, 2 Dec 2024 14:21:41 -0500 Subject: [PATCH] mark matplotlib test as manual --- common/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/common/BUILD b/common/BUILD index 9130640c..2f4c71be 100644 --- a/common/BUILD +++ b/common/BUILD @@ -70,6 +70,7 @@ cc_py_library( hdrs = ["matplotlib.hh"], srcs = ["matplotlib.cc"], visibility= ["//visibility:public"], + tags = ["manual"], py_deps = [ requirement("matplotlib"), requirement("PyGObject"),