···4848 pythonImportsCheck = [ "equinox" ];
49495050 disabledTests = [
5151- # Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
5252- "test_tracetime"
5151+ # For simplicity, JAX has removed its internal frames from the traceback of the following exception.
5252+ # https://github.com/patrick-kidger/equinox/issues/716
5353+ "test_abstract"
5454+ "test_complicated"
5555+ "test_grad"
5656+ "test_jvp"
5757+ "test_mlp"
5858+ "test_num_traces"
5959+ "test_pytree_in"
6060+ "test_simple"
6161+ "test_vmap"
6262+6363+ # AssertionError: assert 'foo:\n pri...pe=float32)\n' == 'foo:\n pri...pe=float32)\n'
6464+ # Also reported in patrick-kidger/equinox#716
6565+ "test_backward_nan"
5366 ];
54675568 meta = with lib; {