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 5371238 commit 92bc956
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 @@ -84,7 +84,7 @@ async def test_register_language():
assert text_area.language == "elm"


@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_existing_language():
app = TextAreaApp()
async with app.run_test():
Expand Down

0 comments on commit 92bc956

Please sign in to comment.