python313Packages.mplhep: unbreak disabledTests (#439655)

This commit is contained in:
Dmitry Kalinkin
2025-09-08 16:40:07 -04:00
committed by GitHub
parent af6a9a1ba0
commit e81633cb65
@@ -57,10 +57,9 @@ buildPythonPackage rec {
uproot
];
disabledTests = [
disabledTestPaths = [
# requires uproot4
"test_inputs_uproot"
"test_uproot_versions"
"tests/test_inputs.py"
];
pythonImportsCheck = [ "mplhep" ];