FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: remove skip of s3 by JoanFM · Pull Request #1811 · docarray/docarray · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 0 additions & 2 deletions tests/integrations/store/test_s3.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL