turn off the test_text_summary on Windows

Этот коммит содержится в:
Petr Andriushchenko 2023-06-12 16:03:31 +02:00
родитель c34958ec1f
Коммит 031b00e250
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C4A5DCF634115B6

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

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