Skip to content

Commit

Permalink
Simplify lint tox command
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 18, 2020
1 parent 13fe59d commit bb3605b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions docs/examples/opentelemetry-example-app/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ install_requires =
opentelemetry-sdk == 0.16.dev0
opentelemetry-instrumentation-requests == 0.15.b0
opentelemetry-instrumentation-flask == 0.15.b0
opentelemetry-instrumentation-grpc == 0.15.b0
flask
requests
protobuf>=3.13.0
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ commands =
basepython: python3.8
recreate = True
deps =
-e {toxinidir}/opentelemetry-api
-e {toxinidir}/opentelemetry-sdk
-c dev-requirements.txt
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-grpc
asgiref
pylint
flake8
Expand Down

0 comments on commit bb3605b

Please sign in to comment.