We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3fa10 commit 6e8ad57Copy full SHA for 6e8ad57
tests/pipelines/test_multimodal_pipelines.py
@@ -1,11 +1,9 @@
1
import os.path as osp
2
-import pytest
3
4
PDF_FILE_PATH = osp.abspath(
5
osp.join(osp.dirname(__file__), "assets", "Multimodal_sample_file.pdf"))
6
7
8
-@pytest.mark.skip(reason="Need additional build dependencies")
9
class TestMultimodalPipelines:
10
"""Tests for pipeline transformations."""
11
0 commit comments