From e24a9d8705613124fd66af5cb94c66e44a8d35bc Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Thu, 14 Sep 2023 11:01:03 -0400 Subject: [PATCH] ignore sentinel deprecation warning (#50) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 73c3463d..ea224bf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,6 +96,7 @@ filterwarnings = [ "error", "ignore:numpy\\.ndarray size changed:RuntimeWarning", "ignore:zmq\\.eventloop\\.ioloop is deprecated in pyzmq:DeprecationWarning", + "ignore:((.|\n)*)Sentinel is not a public part of the traitlets API((.|\n)*)", "ignore::DeprecationWarning:glue", "ignore::DeprecationWarning:bqplot", "ignore::DeprecationWarning:bqplot_image_gl",