test: drop low-value print service package assertion
This commit is contained in:
parent
7fc6e9be59
commit
cc25c688f2
|
|
@ -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
|
||||
Loading…
Reference in New Issue