···48 pythonImportsCheck = [ "equinox" ];
4950 disabledTests = [
51- # Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
52- "test_tracetime"
000000000000053 ];
5455 meta = with lib; {
···48 pythonImportsCheck = [ "equinox" ];
4950 disabledTests = [
51+ # For simplicity, JAX has removed its internal frames from the traceback of the following exception.
52+ # https://github.com/patrick-kidger/equinox/issues/716
53+ "test_abstract"
54+ "test_complicated"
55+ "test_grad"
56+ "test_jvp"
57+ "test_mlp"
58+ "test_num_traces"
59+ "test_pytree_in"
60+ "test_simple"
61+ "test_vmap"
62+63+ # AssertionError: assert 'foo:\n pri...pe=float32)\n' == 'foo:\n pri...pe=float32)\n'
64+ # Also reported in patrick-kidger/equinox#716
65+ "test_backward_nan"
66 ];
6768 meta = with lib; {