From 7721579700ee5c4a951e72156a0bdac4c9768f43 Mon Sep 17 00:00:00 2001 From: jax authors Date: Tue, 16 Aug 2022 17:42:31 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 468068879 --- tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/BUILD b/tests/BUILD index 15a4b3918..3fcdc0872 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -913,6 +913,7 @@ exports_files( "pmap_test.py", "compilation_cache_test.py", "pjit_test.py", + "python_callback_test.py", "transfer_guard_test.py", ], visibility = jax_test_file_visibility,