From 34f545e8ace51b4c5738ea206cbbc010508e86ff Mon Sep 17 00:00:00 2001 From: nomoreshow Date: Sun, 6 Sep 2026 09:05:29 +0300 Subject: [PATCH] test: remove redundant AppImage metadata assertion --- tests/test_packaging.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/test_packaging.py b/tests/test_packaging.py index b6d7d32..dde74b6 100644 --- a/tests/test_packaging.py +++ b/tests/test_packaging.py @@ -20,17 +20,6 @@ PACKAGING = ROOT / "packaging" / "whisper-vulkan" WORKFLOW = ROOT / ".github" / "workflows" / "whisper-vulkan.yml" -class AppImagePackaging(unittest.TestCase): - def test_the_desktop_exposes_the_release_version_to_appimage_managers(self): - script = (ROOT / "packaging" / "build-appimage.sh").read_text( - encoding="utf-8") - marker = 'cat > "$APPDIR/dikte.desktop" <