diff --git a/tests/api_test.py b/tests/api_test.py index 24a86a1f1..bd71cb6c5 100644 --- a/tests/api_test.py +++ b/tests/api_test.py @@ -9715,8 +9715,6 @@ class DeprecationsTest(jtu.JaxTestCase): self.assertIs(jax.pxla, jax.interpreters.pxla) with self.assertWarns(DeprecationWarning): self.assertIs(jax.xla, jax.interpreters.xla) - with self.assertWarns(DeprecationWarning): - self.assertIs(jax.curry, jax._src.util.curry) with self.assertWarns(DeprecationWarning): self.assertIs(jax.flatten_fun_nokwargs, jax.api_util.flatten_fun_nokwargs)