mirror of
https://github.com/ROCm/jax.git
synced 2025-04-21 06:16:06 +00:00
13 lines
525 B
INI
13 lines
525 B
INI
[pytest]
|
|
filterwarnings =
|
|
error
|
|
ignore:No GPU/TPU found, falling back to CPU.:UserWarning
|
|
ignore:outfeed_receiver is unnecessary and deprecated:DeprecationWarning
|
|
# The rest are for experimental/jax_to_tf
|
|
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
|
|
doctest_optionflags = NUMBER NORMALIZE_WHITESPACE
|
|
addopts = --doctest-glob="*.rst"
|
|
|