test: drop low-value print service package assertion

This commit is contained in:
Sanjay Santhanam 2026-07-30 22:24:30 -07:00
parent 7fc6e9be59
commit cc25c688f2
1 changed files with 0 additions and 7 deletions

View File

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