Remove integration marker from tests that have vcr

This commit is contained in:
Yiorgis Gozadinos 2026-01-12 16:03:05 +02:00
parent 51836a1c55
commit 52363639a6
No known key found for this signature in database
3 changed files with 0 additions and 4 deletions

View file

@ -1093,7 +1093,6 @@ This is paragraph four about topic C.
assert isinstance(images, list)
@pytest.mark.integration
@pytest.mark.vcr()
async def test_client_visualize_chunk_with_pdf(temp_db_path):
"""Test visualize_chunk returns images with bounding boxes for PDF documents."""

View file

@ -750,7 +750,6 @@ async def test_expand_context_no_base64_images(temp_db_path):
)
@pytest.mark.integration
@pytest.mark.vcr()
async def test_expand_context_no_base64_images_docling_local(temp_db_path):
"""Ensure expanded context from real PDF does not contain base64 image data.
@ -785,7 +784,6 @@ async def test_expand_context_no_base64_images_docling_local(temp_db_path):
)
@pytest.mark.integration
@pytest.mark.vcr()
async def test_expand_context_no_base64_images_docling_serve(temp_db_path):
"""Ensure expanded context from real PDF does not contain base64 image data.

View file

@ -400,7 +400,6 @@ class TestDoclingLocalConverter:
assert pic_desc.timeout == 120
@pytest.mark.asyncio
@pytest.mark.integration
@pytest.mark.vcr()
async def test_picture_description_end_to_end(self, config):
"""End-to-end test: convert PDF with VLM picture descriptions."""