Description: Ensure font tests use Liberation Sans
Author: Nick Morrott <nickm@debian.org>
Forwarded: not-needed
Last-Update: 2022-02-06
---
--- a/tests/common_test.py
+++ b/tests/common_test.py
@@ -6,7 +6,7 @@
 from tkinter import Spinbox
 
 # find a suitable font to test with
-SUITABLE_FONTS = ["Times New Roman", "Liberation Serif", "Impact", "FreeSans"]
+SUITABLE_FONTS = ["Liberation Sans"]
 TEST_FONT = None
 from tkinter import Tk, font
 root = Tk()
@@ -348,7 +348,7 @@
     assert sw.visible
     assert sw.width is None
     assert sw.height is None
-    
+
     s2 = Spinbox(from_=0, to=10)
     sw = container.add_tk_widget(s2, align="left", visible=False, enabled=False, width="fill", height="fill")
     assert s is not None
@@ -360,7 +360,7 @@
     assert sw.height == "fill"
 
 def auto_layout_test(widget, align):
-    
+
     assert widget.master.layout == "auto"
     side = "top" if align is None else align
     assert widget.tk.pack_info()["side"] == side
@@ -427,4 +427,4 @@
 def icon_test(widget, file_name):
     widget.icon = file_name
     assert widget.icon == file_name
-    assert widget._icon.tk_image is not None
\ No newline at end of file
+    assert widget._icon.tk_image is not None
