python3Packages.numpyro: skip failing tests

This commit is contained in:
Gaetan Lepage
2026-03-24 23:45:52 +00:00
parent 48dba94052
commit f1f4415908
@@ -81,6 +81,12 @@ buildPythonPackage (finalAttrs: {
];
disabledTests = [
# Failing with jax>=0.9.0
# TypeError: Error interpreting argument to closed_call as a JAX value
"test_provenance_call"
"test_provenance_closed_call"
"test_numpyrooptim_no_double_jit"
# ValueError: Found unexpected Arrays on value of type <class 'list'> in static attribute 'layers'
# of Pytree type '<class 'test_module.test_random_nnx_module_mcmc_sequence_params.<locals>.MLP'>'.
# This is an error starting from Flax version 0.12.0.