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

(rfc) infra: enable running subset of extended tests #26594

Closed
wants to merge 14 commits into from

Conversation

ccurme
Copy link
Collaborator

@ccurme ccurme commented Sep 17, 2024

Extended tests partition tests by dependencies via the @pytest.mark.requires decorator. Here we enable a subset of these test to run:

  • We put extended_testing_deps.txt in a folder so that it can be composed of multiple requirements files;
  • We add an "Extended tests" workflow that takes these requirements files as input.

Screenshot 2024-09-17 at 5 53 49 PM

This lets us run a subset of extended tests (e.g., just for PDF doc loaders).

Open to doing this another way.

Copy link

vercel bot commented Sep 17, 2024

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

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 17, 2024 11:40pm

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. community Related to langchain-community labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Related to langchain-community size:L This PR changes 100-499 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant