From 8f7242f1c41b0ec6c589766902bb4bf3326978ba Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Mon, 12 Jun 2023 14:02:32 +0200 Subject: [PATCH] mark test_text_summary as win_skip --- ammico/test/test_text.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ammico/test/test_text.py b/ammico/test/test_text.py index 9a14955..4cce22c 100644 --- a/ammico/test/test_text.py +++ b/ammico/test/test_text.py @@ -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)