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