Skip to content

Commit 14a90ba

Browse files
jburnimtensorflower-gardener
authored andcommitted
Disable tests for NumPy that have no NumPy test cases.
Under Python 3.12, tests are now considered failing if all of their test cases are skipped. PiperOrigin-RevId: 614743321
1 parent f32c8d4 commit 14a90ba

File tree

1 file changed

+2
-0
lines changed
  • tensorflow_probability/python/internal

1 file changed

+2
-0
lines changed

tensorflow_probability/python/internal/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ multi_substrate_py_library(
251251
multi_substrate_py_test(
252252
name = "custom_gradient_test",
253253
srcs = ["custom_gradient_test.py"],
254+
numpy_tags = ["notap"],
254255
deps = [
255256
":custom_gradient",
256257
# tensorflow dep,
@@ -468,6 +469,7 @@ multi_substrate_py_test(
468469
name = "numerics_testing_test",
469470
size = "small",
470471
srcs = ["numerics_testing_test.py"],
472+
numpy_tags = ["notap"],
471473
deps = [
472474
":numerics_testing",
473475
# tensorflow dep,

0 commit comments

Comments
 (0)