Skip to content

Commit 47527c8

Browse files
committed
Skip on ftfont.
1 parent d746f3a commit 47527c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/font_test.py

+3
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ def test_get_linesize(self):
390390
"supported in SDL_ttf 2.24.0 onwards",
391391
)
392392
def test_set_linesize(self):
393+
if pygame_font.__name__ == "pygame.ftfont":
394+
return # not a pygame.ftfont thing
395+
393396
f = pygame_font.Font(None, 20)
394397
linesize = f.get_linesize()
395398

0 commit comments

Comments
 (0)