Skip to content

Commit

Permalink
Filter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Jan 17, 2025
1 parent 3d82e03 commit ce0c87f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/boilercore/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def filter_boiler_warnings(other_warnings: Iterable[WarningFilter] | None = None
*[
WarningFilter(category=DeprecationWarning, module=module, message=message)
for module, message in [
(r"IPython\.core\.pylabtools", r"backend2gui is deprecated."),
(r"sys", r"Call to deprecated function \(or staticmethod\) _destroy\."),
(r"IPython\.core\.pylabtools", r"backend2gui is deprecated\."),
(r"latexcodec\.codec", r"open_text is deprecated\. Use files\(\) instead"),
(r"nptyping\.typing_", r"`.+` is a deprecated alias for `.+`\."),
(r"pybtex\.plugin", r"pkg_resources is deprecated as an API\."),
Expand Down

0 comments on commit ce0c87f

Please sign in to comment.