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 57 uproot 58 58 ]; 59 59 60 - disabledTests = [ 60 + disabledTestPaths = [ 61 61 # requires uproot4 62 - "test_inputs_uproot" 63 - "test_uproot_versions" 62 + "tests/test_inputs.py" 64 63 ]; 65 64 66 65 pythonImportsCheck = [ "mplhep" ];