Skip to content

Commit

Permalink
Update pytest.ini with Jraph
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvanzee committed Jun 17, 2022
1 parent 62c5a03 commit d3da1ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +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 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 d3da1ea

Please sign in to comment.