python3Packages.jax: disable test broken with numpy 2.5

This commit is contained in:
Yaroslav Bolyukin
2026-06-29 19:18:31 +02:00
parent 0d28c0688f
commit ef9bf0291e

View File

@@ -132,6 +132,10 @@ buildPythonPackage (finalAttrs: {
# --numprocesses.
# New test in jax 0.10.2 (tests/random_impl_test.py).
"test_random_bits"
# Jax uses deprecated numpy logic as an oracle. Fixed upstream in jax 0.11.0, can't be properly backported.
# https://github.com/jax-ml/jax/commit/d219f03b589a1075f499148113aa9c647e1be0b9
"testCross"
]
++ lib.optionals usingMKL [
# See