Skip to content

Commit d87b311

Browse files
author
Flax Authors
committed
Merge pull request #2715 from marcvanzee:tree_multimap
PiperOrigin-RevId: 495268625
2 parents 0ed84f0 + 8f57575 commit d87b311

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pytest.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@ filterwarnings =
55
error
66
# Jax warning when no gpu/tpu found.
77
ignore:No GPU/TPU found, falling back to CPU.*:UserWarning
8-
# Jax warns about XLA not being able to use donated buffers.
9-
ignore:Some donated buffers were not usable.*:UserWarning
108
# We should remove our dependence on jtu.
119
ignore:jax.test_util.check_eq is deprecated and will soon be removed.*:FutureWarning
1210
# Tensorflow's fast_tensor_util.pyx cython raises:
1311
# ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
1412
ignore:can't resolve package from.*:ImportWarning
15-
# Jax imports flatbuffers which imports imp in a compat file.
16-
ignore:the imp module is deprecated.*:DeprecationWarning
1713
# traverse_util.Traversal will be removed soon.
1814
ignore:`flax.traverse_util.Traversal` will be deprecated.*:DeprecationWarning
19-
# TODO: Will revisit all the deprecation warnings next week.
20-
ignore:jax.tree_.*:FutureWarning
21-
# TF internal deprecation warnings.
22-
ignore:Call to deprecated create function .*Descriptor.*:DeprecationWarning
2315
# distutils DeprecationWarning
2416
ignore:distutils Version classes are deprecated.*:DeprecationWarning

0 commit comments

Comments
 (0)