From e81633cb65cc64d20d014973eefc3aa059584d3c Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 8 Sep 2025 16:40:07 -0400 Subject: [PATCH] python313Packages.mplhep: unbreak disabledTests (#439655) --- pkgs/development/python-modules/mplhep/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" ];