mark test_text_summary as win_skip

Этот коммит содержится в:
Petr Andriushchenko 2023-06-12 14:02:32 +02:00
родитель 9bbc8a7c2d
Коммит 8f7242f1c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C4A5DCF634115B6

Просмотреть файл

@ -116,6 +116,7 @@ def test_sentiment_analysis():
assert test_obj.subdict["subjectivity"] == 0.6 assert test_obj.subdict["subjectivity"] == 0.6
@pytest.mark.win_skip
def test_text_summary(get_path): def test_text_summary(get_path):
mydict = {} mydict = {}
test_obj = tt.TextDetector(mydict, analyse_text=True) test_obj = tt.TextDetector(mydict, analyse_text=True)