Skip to content

Commit 6e8ad57

Browse files
[DEVX-594]: Updated Tests for Multimodal Data Ingestion Pipelines
1 parent de3fa10 commit 6e8ad57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/pipelines/test_multimodal_pipelines.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import os.path as osp
2-
import pytest
32

43
PDF_FILE_PATH = osp.abspath(
54
osp.join(osp.dirname(__file__), "assets", "Multimodal_sample_file.pdf"))
65

76

8-
@pytest.mark.skip(reason="Need additional build dependencies")
97
class TestMultimodalPipelines:
108
"""Tests for pipeline transformations."""
119

0 commit comments

Comments
 (0)