Skip to content

Commit

Permalink
Add api package because test pkg missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 6, 2020
1 parent d115140 commit 9f950d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,13 @@ deps =
httpretty

commands_pre =
# FIXME: Once the CI points to a commit with this PR, can remove these 2
# installs:
# https://github.com/open-telemetry/opentelemetry-python/pull/1362
python -m pip install {toxinidir}/opentelemetry-python-core/opentelemetry-api
python -m pip install {toxinidir}/opentelemetry-python-core/opentelemetry-sdk
python -m pip install {toxinidir}/opentelemetry-python-core/tests/util
python -m pip install {toxinidir}/opentelemetry-python-core/opentelemetry-instrumentation
python scripts/eachdist.py install --editable --with-test-deps

commands =
Expand Down

0 comments on commit 9f950d5

Please sign in to comment.