Skip to content

Commit

Permalink
and another 'NARROW' fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Nov 7, 2023
1 parent cc77a62 commit d391bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_emojis.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def test_non_recommended_zwj_sequence():
assert length_phrase == expect_length_phrase


@pytest.mark.skipif(NARROW_ONLY, reason="Test cannot verify on python 'narrow' builds")
def test_another_emoji_zwj_sequence():
phrase = (
u"\u26F9" # PERSON WITH BALL
Expand Down

0 comments on commit d391bb1

Please sign in to comment.