Skip to content

Commit af7fbab

Browse files
[WFP-900]: Fix issues in Multimodal Pipeline Tests
1 parent de3fa10 commit af7fbab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pi_heif==0.18.0
66
markdown==3.7
77
python-docx==1.1.2
88
schema==0.7.5
9+
unstructured-inference==0.8.6

tests/pipelines/test_multimodal_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
osp.join(osp.dirname(__file__), "assets", "Multimodal_sample_file.pdf"))
66

77

8-
@pytest.mark.skip(reason="Need additional build dependencies")
98
class TestMultimodalPipelines:
109
"""Tests for pipeline transformations."""
1110

@@ -66,6 +65,7 @@ def test_pipeline_run_loader(self,):
6665
assert len(elements) == 14
6766
assert elements.elements[0].metadata.to_dict()['filename'] == 'Multimodal_sample_file.pdf'
6867

68+
@pytest.mark.skip(reason="Need additional setup")
6969
def test_pipeline_summarize(self,):
7070
"""Tests for pipeline run with summarizer"""
7171
import os

0 commit comments

Comments
 (0)