2020-04-12 15:35:35 -04:00
|
|
|
[pytest]
|
|
|
|
filterwarnings =
|
|
|
|
error
|
|
|
|
ignore:No GPU/TPU found, falling back to CPU.:UserWarning
|
2020-07-04 18:12:58 +03:00
|
|
|
ignore:outfeed_receiver is unnecessary and deprecated:DeprecationWarning
|
2021-04-02 16:43:10 -07:00
|
|
|
# xmap
|
|
|
|
ignore:xmap is an experimental feature and probably has bugs!
|
2020-06-24 11:54:06 -03:00
|
|
|
# The rest are for experimental/jax_to_tf
|
2020-05-29 09:56:32 +03:00
|
|
|
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
|
|
|
|
ignore:can't resolve package from __spec__ or __package__:ImportWarning
|
|
|
|
ignore:Using or importing the ABCs.*:DeprecationWarning
|
2021-04-06 11:43:06 +03:00
|
|
|
# jax2tf tests due to mix of JAX and TF
|
|
|
|
ignore:numpy.ufunc size changed
|
2021-04-21 21:31:57 +00:00
|
|
|
ignore:.*experimental feature
|
2021-10-05 16:12:52 -04:00
|
|
|
ignore:index.*is deprecated.*:DeprecationWarning
|
2021-10-19 17:30:16 -07:00
|
|
|
ignore:jax.experimental.* is deprecated, import jax.example_libraries.* instead:FutureWarning
|
2020-05-16 14:19:24 +01:00
|
|
|
doctest_optionflags = NUMBER NORMALIZE_WHITESPACE
|
2020-07-07 11:03:30 +03:00
|
|
|
addopts = --doctest-glob="*.rst"
|