python3Packages.beets: remove gstreamer test

This test is almost identical to `single-plugin-gstreamer`, and the
latter is actually stricter.
This commit is contained in:
Doron Behar
2026-07-16 17:52:13 +03:00
parent 206650be46
commit 5c0ea6b2d5
@@ -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 "") + ''