You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ignore:Type google\\._upb\\._message\\.(Scalar|Message)MapContainer uses PyType_Spec with a metaclass that has custom tp_new\\. This is deprecated and will no longer be allowed in Python 3\\.14\\.:DeprecationWarning",
68
68
69
+
# TODO(b/401588349): Remove this once transparent hugepages are enabled.
70
+
"ignore:Transparent hugepages",
71
+
69
72
# NOTE: this is probably not where you want to add code to suppress a
70
73
# warning. Only pytest tests look at this list, whereas Bazel tests also
71
74
# check for warnings and do not check this list. Most likely, you should
0 commit comments