From c34958ec1f6041a655db276986f1f7738f182d91 Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Mon, 12 Jun 2023 15:43:25 +0200 Subject: [PATCH] turn on the test_text_summary on Windows --- ammico/test/test_text.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ammico/test/test_text.py b/ammico/test/test_text.py index 3fd21ff..f6e9914 100644 --- a/ammico/test/test_text.py +++ b/ammico/test/test_text.py @@ -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)