Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/integrations/store/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from docarray import DocList
from docarray.documents import TextDoc
from docarray.store import S3DocStore
from docarray.utils._internal.pydantic import is_pydantic_v2
from tests.integrations.store import gen_text_docs, get_test_da, profile_memory

DA_LEN: int = 2**10
Expand Down Expand Up @@ -131,7 +130,6 @@ def test_pushpull_stream_correct(capsys):


# for some reason this test is failing with pydantic v2
@pytest.mark.skipif(is_pydantic_v2, reason="Not working with pydantic v2 for now")
@pytest.mark.slow
def test_pull_stream_vs_pull_full():
namespace_dir = f'{BUCKET}/test{RANDOM}/pull-stream-vs-pull-full'
Expand Down