diff --git a/pkgs/development/python-modules/mplhep/default.nix b/pkgs/development/python-modules/mplhep/default.nix index 36729e8c5285..1f35dee40c2f 100644 --- a/pkgs/development/python-modules/mplhep/default.nix +++ b/pkgs/development/python-modules/mplhep/default.nix @@ -57,10 +57,9 @@ buildPythonPackage rec { uproot ]; - disabledTests = [ + disabledTestPaths = [ # requires uproot4 - "test_inputs_uproot" - "test_uproot_versions" + "tests/test_inputs.py" ]; pythonImportsCheck = [ "mplhep" ];