mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Add SDA deprecation warning to pytest.ini
PiperOrigin-RevId: 519281775
This commit is contained in:
parent
c572155cc1
commit
5da4a5ae76
@ -27,5 +27,7 @@ filterwarnings =
|
||||
ignore:backend and device argument on jit is deprecated.*:DeprecationWarning
|
||||
ignore:GlobalDeviceArray has been deprecated.*:DeprecationWarning
|
||||
ignore:jax.interpreters.pxla.make_sharded_device_array is deprecated.*:DeprecationWarning
|
||||
# TODO(skyewm, yashkatariya): Remove after jaxlib 0.4.7 is released.
|
||||
ignore:jax.interpreters.pxla.ShardedDeviceArray is deprecated.*:DeprecationWarning
|
||||
doctest_optionflags = NUMBER NORMALIZE_WHITESPACE
|
||||
addopts = --doctest-glob="*.rst"
|
||||
|
Loading…
x
Reference in New Issue
Block a user