From cc25c688f230e3b402233c020d5e9edcc01e2aa2 Mon Sep 17 00:00:00 2001 From: Sanjay Santhanam <51058514+Sanjays2402@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:24:30 -0700 Subject: [PATCH] test: drop low-value print service package assertion --- tests/test_applications.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/test_applications.py diff --git a/tests/test_applications.py b/tests/test_applications.py deleted file mode 100644 index 9ddb87ff..00000000 --- a/tests/test_applications.py +++ /dev/null @@ -1,7 +0,0 @@ -from archinstall.applications.print_service import PrintServiceApp - - -def test_print_service_includes_ghostscript() -> None: - # cups only ships the PDF/PostScript rendering filter through ghostscript, - # so driverless (IPP Everywhere) printing fails without it. - assert 'ghostscript' in PrintServiceApp().packages