Skip to content

Commit

Permalink
Merge pull request #22285 from superbobry:maint
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 649599358
  • Loading branch information
jax authors committed Jul 5, 2024
2 parents e0cb983 + 89b5f4d commit 23ad313
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ filterwarnings = [
"default:Special cases found for .* but none were parsed.*:UserWarning",
"default:.*is not JSON-serializable. Using the repr instead.",
# end array_api_tests-related warnings
# TODO(slebedev): Remove once we migrate all pl.BlockSpec usages in JAX.
"default:BlockSpec now expects .*:DeprecationWarning",
# This is a transitive warning coming from TensorFlow dependencies.
# TODO(slebedev): Remove once we bump the minimum TensorFlow version.
"default:The key path API is deprecated .*",
]
doctest_optionflags = [
"NUMBER",
Expand Down

0 comments on commit 23ad313

Please sign in to comment.