From a050cfa91cac3bf9068384872bea5e1a080f8496 Mon Sep 17 00:00:00 2001 From: Nate Mar Date: Thu, 16 Jan 2025 22:24:31 -0800 Subject: [PATCH] Update test_instrumentor.py Update test_instrumentor.py Update test_instrumentor.py Update tox.ini Update tox.ini Update tox.ini Update tox.ini Update tox.ini Update tox.ini Update tox.ini Update tox.ini Update test_instrumentor.py Revert "Update test_instrumentor.py" This reverts commit 9427e74d84387329b0c56d23bef1343d3737fd3c. --- python/tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/tox.ini b/python/tox.ini index 09a6d21fd..c0b669c09 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -12,7 +12,7 @@ envlist = py3{9,12}-ci-{dspy,dspy-latest} py3{9,12}-ci-{langchain,langchain-latest} ; py3{9,12}-ci-{guardrails,guardrails-latest} - py3{10,12}-ci-{crewai} + py3{10,12}-ci-{crewai,crewai-latest} py3{9,12}-ci-{haystack,haystack-latest} py3{8,12}-ci-{groq,groq-latest} py3{8,12}-ci-{litellm,litellm-latest} @@ -74,7 +74,7 @@ commands_pre = guardrails: uv pip install -r test-requirements.txt guardrails-latest: uv pip install -U 'guardrails-ai<0.5.1' 'httpx<0.28' crewai: uv pip install --reinstall {toxinidir}/instrumentation/openinference-instrumentation-crewai[test] - crewai-latest: uv pip install -U 'crewai==0.64' 'httpx<0.28' + crewai-latest: uv pip install -U 'crewai==0.61' 'httpx<0.28' haystack: uv pip install --reinstall {toxinidir}/instrumentation/openinference-instrumentation-haystack[test] haystack-latest: uv pip install -U haystack-ai 'httpx<0.28' groq: uv pip install --reinstall {toxinidir}/instrumentation/openinference-instrumentation-groq[test] @@ -94,11 +94,11 @@ commands = ruff: ruff format {posargs:.} ruff: ruff check --fix {posargs:.} mypy: mypy {posargs:.} - test: pytest -rfEs -l --nf {posargs:.} + test: pytest -vv --full-trace -rfEs -l --nf {posargs:.} ci: ruff format --diff . ci: ruff check --no-fix . ci: mypy . - ci: pytest -n auto -x -ra {posargs:.} + ci: pytest -vv --full-trace -n auto -x -ra {posargs:.} [testenv:add_symlinks] description = Add symlinks to packages (for editable install)