mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
update pytest.ini to print warning message for compilation_cache_test
This commit is contained in:
parent
2ce7eb5b5c
commit
e6c88f2c58
@ -19,5 +19,8 @@ filterwarnings =
|
||||
# numpy uses distutils which is deprecated
|
||||
ignore:The distutils.* is deprecated.*:DeprecationWarning
|
||||
ignore:`sharded_jit` is deprecated. Please use `pjit` instead.*:DeprecationWarning
|
||||
# Print message for compilation_cache_test.py::CompilationCacheTest::test_cache_read/write_warning
|
||||
default:Error reading persistent compilation cache entry for 'jit__lambda_'
|
||||
default:Error writing persistent compilation cache entry for 'jit__lambda_'
|
||||
doctest_optionflags = NUMBER NORMALIZE_WHITESPACE
|
||||
addopts = --doctest-glob="*.rst"
|
||||
|
Loading…
x
Reference in New Issue
Block a user