turn on the test_text_summary on Windows

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

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

@ -116,7 +116,6 @@ 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)