Skip to content

Commit

Permalink
Update test_instrumentor.py
Browse files Browse the repository at this point in the history
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 9427e74.
  • Loading branch information
nate-mar committed Jan 17, 2025
1 parent a99ef57 commit a050cfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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]
Expand All @@ -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)
Expand Down

0 comments on commit a050cfa

Please sign in to comment.