How to run integration_tests like integration_tests/vectorstores/test_oraclevs.py? #30031
Unanswered
yiweiHeOSS
asked this question in
Q&A
Replies: 1 comment
-
Hi @yiweiHeOSS, uv venv --seed
uv sync
source .venv/bin/activate
pip install oracledb
uv run --group test --group test_integration pytest tests/integration_tests/vectorstores/test_oraclevs.py Let me know if this doesn’t work for you or if you run into anything else |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
Hi team. I am contributing to the vector store support of Langchain. And I am writing an integration_tests very similar to langchain/libs/community/tests/integration_tests/document_loaders/test_oracleds.py. I read the document, but I can't figure out what are the correct steps to run single integration_tests like test_oracleds.py. I have a linux system and I meet some dependency issues when I try to run it. For example, to run the test_oracleds.py I believe the only outer dependency I need to add is
pip install oracledb
.System Info
langchain-core==0.3.36
langchain-huggingface==0.1.2
platform (linux)
python version 3.9
Beta Was this translation helpful? Give feedback.
All reactions