python312Packages.awkward: disable failing tests (#339613)

authored by Fabian Affolter and committed by GitHub 4f6670e8 716ed9fa

+6
+6
pkgs/development/python-modules/awkward/default.nix
··· 86 86 # Disable tests dependending on jax on darwin 87 87 ] ++ lib.optionals stdenv.isDarwin [ "tests/test_2603_custom_behaviors_with_jax.py" ]; 88 88 89 + disabledTests = [ 90 + # AssertionError: Regex pattern did not match. 91 + "test_serialise_with_nonserialisable_attrs" 92 + "test_serialise_with_nonserialisable_attrs" 93 + ]; 94 + 89 95 meta = { 90 96 description = "Manipulate JSON-like data with NumPy-like idioms"; 91 97 homepage = "https://github.com/scikit-hep/awkward";