Skip to content

Commit

Permalink
ignore DeprecationWarning on patch release branches already in effect
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 16, 2023
1 parent d8533ef commit 0e4f130
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ filterwarnings = [
'ignore:Call to deprecated create function:DeprecationWarning', # protobuf via tensorflow
'ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning', # numpy via tensorflow
"ignore:module 'sre_constants' is deprecated:DeprecationWarning", # tensorflow v2.12.0+ for Python 3.11+
"ignore:ml_dtypes.float8_e4m3b11 is deprecated.", #FIXME: Can remove when jaxlib>=0.4.12
"ignore:jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the:DeprecationWarning", # Issue #2139
]

[tool.nbqa.mutate]
Expand Down

0 comments on commit 0e4f130

Please sign in to comment.