Skip to content

Commit

Permalink
ignore sentinel deprecation warning from traitlets
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Sep 14, 2023
1 parent cbc70bd commit 19e3a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ filterwarnings = [
"ignore:zmq\\.eventloop\\.ioloop is deprecated in pyzmq:DeprecationWarning",
"ignore:The unit 'Angstrom' has been deprecated in the VOUnit standard\\. Suggested.* 0\\.1nm\\.",
"ignore:specutils uses the deprecated entry point asdf_extensions",
"ignore::Sentinel is not a public part of the traitlets API.*"
"ignore::DeprecationWarning:glue",
"ignore::DeprecationWarning:bqplot",
"ignore::DeprecationWarning:bqplot_image_gl",
Expand Down

0 comments on commit 19e3a76

Please sign in to comment.