Loading pkgs/development/python-modules/ndeflib/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,8 @@ buildPythonPackage rec { disabledTests = [ # AssertionError caused due to wrong size "test_decode_error" ] ++ lib.optionals (pythonAtLeast "3.12") [ "test_encode_error" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/ndeflib/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,8 @@ buildPythonPackage rec { disabledTests = [ # AssertionError caused due to wrong size "test_decode_error" ] ++ lib.optionals (pythonAtLeast "3.12") [ "test_encode_error" ]; meta = with lib; { Loading