From ec5f33b1ea42f43446d9597889ec90e3c6d174ba Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:23:14 -0500 Subject: [PATCH] Update test to run on macOS --- test/python/testpipeline/testdata/testtextractor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/python/testpipeline/testdata/testtextractor.py b/test/python/testpipeline/testdata/testtextractor.py index f58040f2d..305891728 100644 --- a/test/python/testpipeline/testdata/testtextractor.py +++ b/test/python/testpipeline/testdata/testtextractor.py @@ -2,7 +2,6 @@ Textractor module tests """ -import platform import unittest from txtai.pipeline import Textractor @@ -50,7 +49,6 @@ def testDefault(self): # Check number of sections is as expected self.assertEqual(len(sections), 2) - @unittest.skipIf(platform.system() == "Darwin", "Docling skipped on macOS to avoid MPS issues") def testDocling(self): """ Test docling backend