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" <