Skip to content

Commit 2a81d00

Browse files
authored
fix: remove android from test suite
1 parent 1a7f814 commit 2a81d00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_tldr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def test_tldr_language(tldr_language, language, lang, expected, monkeypatch):
104104

105105

106106
@pytest.mark.parametrize("platform, expected", [
107-
("android", "android")
108107
("linux2", "linux"),
109108
("win32", "windows"),
110109
("darwin", "osx"),

0 commit comments

Comments
 (0)