Skip to content

Commit

Permalink
Merge pull request #2209 from marcvanzee:pytest-tree-multimap
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 456236099
  • Loading branch information
Flax Authors committed Jun 21, 2022
2 parents 4042eee + d3da1ea commit 50a5444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ filterwarnings =
ignore:can't resolve package from.*:ImportWarning
# Jax imports flatbuffers which imports imp in a compat file.
ignore:the imp module is deprecated.*:DeprecationWarning
# TODO(#2037): Remove this once Optax releases a new version.
# TODO(#2037): Remove this once Jgraph uses jax.tree_map.
ignore:jax.tree_util.tree_multimap\(\) is deprecated.*:FutureWarning
# traverse_util.Traversal will be removed soon.
ignore:`flax.traverse_util.Traversal` will be deprecated.*:DeprecationWarning

0 comments on commit 50a5444

Please sign in to comment.