python313Packages.mplhep: unbreak disabledTests (#439655)

authored by Dmitry Kalinkin and committed by GitHub e81633cb af6a9a1b

+2 -3
+2 -3
pkgs/development/python-modules/mplhep/default.nix
··· 57 uproot 58 ]; 59 60 - disabledTests = [ 61 # requires uproot4 62 - "test_inputs_uproot" 63 - "test_uproot_versions" 64 ]; 65 66 pythonImportsCheck = [ "mplhep" ];
··· 57 uproot 58 ]; 59 60 + disabledTestPaths = [ 61 # requires uproot4 62 + "tests/test_inputs.py" 63 ]; 64 65 pythonImportsCheck = [ "mplhep" ];