Skip to content

Commit

Permalink
TST: Ignore deprecation warning from glue
Browse files Browse the repository at this point in the history
since the blanket ignore does not seem to work for OSX Python 3.10 job
  • Loading branch information
pllim committed Mar 4, 2022
1 parent 53c7539 commit 3a4cd8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ filterwarnings =
ignore:distutils Version classes are deprecated:DeprecationWarning
ignore:Passing unrecognized arguments to super:DeprecationWarning
ignore:.*With traitlets 4\.1, metadata should be set using the \.tag\(\) method:DeprecationWarning
ignore:Error loading config file.*glue:DeprecationWarning
ignore::DeprecationWarning:glue
ignore::DeprecationWarning:bqplot
ignore::DeprecationWarning:bqplot_image_gl
Expand Down

0 comments on commit 3a4cd8c

Please # to comment.