Skip to content

Commit

Permalink
Update tests/text_area/test_languages.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Girão Serrão <[email protected]>
  • Loading branch information
darrenburns and rodrigogiraoserrao authored Sep 25, 2023
1 parent 41c308a commit 5371238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/text_area/test_languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def test_setting_unknown_language():
text_area.language = "this-language-doesnt-exist"


@pytest.mark.skipif(sys.version_info < (3, 8), reason="requires python3.8 or higher")
@pytest.mark.skipif(sys.version_info < (3, 8), reason="tree-sitter requires python3.8 or higher")
async def test_register_language():
app = TextAreaApp()

Expand Down

0 comments on commit 5371238

Please sign in to comment.