From 5c0ea6b2d536f6e582c73abda4b7fd015c291a86 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 16 Jul 2026 17:52:11 +0300 Subject: [PATCH] python3Packages.beets: remove gstreamer test This test is almost identical to `single-plugin-gstreamer`, and the latter is actually stricter. --- .../python-modules/beets/default.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pkgs/development/python-modules/beets/default.nix b/pkgs/development/python-modules/beets/default.nix index 9817e6718439..b4bb0db3c641 100644 --- a/pkgs/development/python-modules/beets/default.nix +++ b/pkgs/development/python-modules/beets/default.nix @@ -469,23 +469,6 @@ buildPythonPackage (finalAttrs: { ); }; tests = { - gstreamer = - runCommand "beets-gstreamer-test" - { - meta.timeout = 60; - } - '' - set -euo pipefail - export HOME=$(mktemp -d) - mkdir $out - - cat << EOF > $out/config.yaml - replaygain: - backend: gstreamer - EOF - - ${finalAttrs.finalPackage}/bin/beet -c $out/config.yaml > /dev/null - ''; with-new-builtin-plugin = finalAttrs.finalPackage.overrideAttrs ( newAttrs: oldAttrs: { postPatch = (oldAttrs.postPatch or "") + ''