Skip to content

Commit

Permalink
Skip colrv1 rendering on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 29, 2025
1 parent 859e3f5 commit 888fdd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitty_tests/fonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def test_font_rendering(self):
cells = render_string(text)[-1]
self.ae(len(cells), sz)

@unittest.skipIf(is_macos, 'COLRv1 is only supported on Linux')
def test_rendering_colrv1(self):
f = create_face(self.path_for_font('twemoji_smiley-cff2_colr_1.otf'))
f.set_size(64, 96, 96)
Expand Down

0 comments on commit 888fdd8

Please sign in to comment.