From 6ae01247f043a85c064af082504a4a82d9ab9b54 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Mon, 29 Apr 2024 11:08:07 -0400 Subject: [PATCH] Fix pytest failures from compilation cache test. The names of the functions in the compilation cache tests changed, causing warnings emitted by that test to become errors. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fac9e92cb..300a2f3da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,9 @@ filterwarnings = [ "ignore:numpy.ufunc size changed", "ignore:.*experimental feature", "ignore:The distutils.* is deprecated.*:DeprecationWarning", + "default:Error reading persistent compilation cache entry for 'jit_equal'", "default:Error reading persistent compilation cache entry for 'jit__lambda_'", + "default:Error writing persistent compilation cache entry for 'jit_equal'", "default:Error writing persistent compilation cache entry for 'jit__lambda_'", "ignore:backend and device argument on jit is deprecated.*:DeprecationWarning", # TODO(skyewm): remove when jaxlib >= 0.4.12 is released (needs