diff --git a/python/tox.ini b/python/tox.ini index 7dd6729655..93927cd565 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -124,6 +124,8 @@ commands = ; TODO: Extract plugin tests separately ; Installing separately because of the dependency conflicts + pip install plugins/langchain + pytest -vvv -rfE --doctest-modules composio/ tests/ swe/tests --junitxml=junit.xml --cov=composio --cov=examples --cov=swe --cov-report=html --cov-report=xml --cov-report=term --cov-report=term-missing --cov-config=.coveragerc {posargs} ; pip3 install plugins/autogen @@ -131,7 +133,6 @@ commands = ; pip3 install plugins/crew_ai ; pip3 install plugins/griptape ; pip3 install plugins/julep - ; pip3 install plugins/langchain ; pip3 install plugins/lyzr ; pip3 install plugins/openai