Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

langchain-chroma: mark test_chroma_async properly #27037

Closed
wants to merge 1 commit into from

Conversation

sarahec
Copy link

@sarahec sarahec commented Oct 2, 2024

Thank you for contributing to LangChain!

Description

test_chroma_async was giving PytestUnhandledCoroutineWarning and test_chroma_update_document was failing with a bad assertion on Darwin (MacOS) 10.5.

The fix is to mark the async test as async.

Issue

Fixes #27034

Xitter Handle

@a_bowl_of_stars

If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

@efriis efriis added the partner label Oct 2, 2024
@efriis efriis self-assigned this Oct 2, 2024
Copy link

vercel bot commented Oct 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Oct 2, 2024 0:07am

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. 🤖:bug Related to a bug, vulnerability, unexpected error with an existing feature labels Oct 2, 2024
@efriis
Copy link
Member

efriis commented Oct 8, 2024

fixing in #27200 instead

chroma was missing the asyncio_mode=auto flag in pytest config, and also going to remove these marks from all tests to avoid confusion!

@efriis efriis closed this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:bug Related to a bug, vulnerability, unexpected error with an existing feature partner size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
Archived in project
2 participants