Skip to content

Commit

Permalink
update requirements for snappy (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex authored Feb 4, 2021
1 parent 2fd68a2 commit b016f6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
psutil
protobuf>=3.13.0
requests>=2.25.0
python-snappy
python-snappy>=0.5.4
opentelemetry-api
opentelemetry-sdk
opentelemetry-proto
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ deps =

commands_pre =
sudo apt-get install libsnappy-dev
pip install python-snappy
python -m pip install {toxinidir}/opentelemetry-python-core/opentelemetry-api
python -m pip install {toxinidir}/opentelemetry-python-core/opentelemetry-instrumentation
python -m pip install {toxinidir}/opentelemetry-python-core/opentelemetry-sdk
Expand Down Expand Up @@ -386,7 +385,6 @@ changedir =

commands_pre =
sudo apt-get install libsnappy-dev
pip install python-snappy
pip install -e {toxinidir}/opentelemetry-python-core/opentelemetry-api \
-e {toxinidir}/opentelemetry-python-core/opentelemetry-instrumentation \
-e {toxinidir}/opentelemetry-python-core/opentelemetry-sdk \
Expand Down

0 comments on commit b016f6f

Please sign in to comment.