Skip to content

Commit

Permalink
Fix unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Jan 10, 2024
1 parent 021aa2f commit a441839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setenv =
CONTRIB_REPO="git+https://github.com/open-telemetry/opentelemetry-python-contrib.git@main"

changedir =
test-aws-opentelemetry-distro: opentelemetry-distro/tests
test-aws-opentelemetry-distro: aws-opentelemetry-distro/tests

commands_pre =
; Install without -e to test the actual installation
Expand All @@ -33,7 +33,7 @@ commands_pre =
test: pip install "opentelemetry-sdk[test] @ {env:CORE_REPO}#egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk"
test: pip install "opentelemetry-instrumentation[test] @ {env:CONTRIB_REPO}#egg=opentelemetry-instrumentation&subdirectory=opentelemetry-instrumentation"

aws-opentelemetry-distro: pip install {toxinidir}/opentelemetry-distro
aws-opentelemetry-distro: pip install {toxinidir}/aws-opentelemetry-distro

commands =
test: pytest {posargs}
Expand Down

0 comments on commit a441839

Please sign in to comment.