Skip to content

Commit

Permalink
Dont check lint for Contrib in Core
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 5, 2020
1 parent ebb56ba commit bbf12c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tox-environment: [ "docker-tests", "lint" ]
tox-environment: [ "docker-tests"]
name: ${{ matrix.tox-environment }}
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 0 additions & 4 deletions eachdist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ sortfirst=
opentelemetry-instrumentation
opentelemetry-proto
tests/util
instrumentation/opentelemetry-instrumentation-wsgi
instrumentation/opentelemetry-instrumentation-dbapi
instrumentation/opentelemetry-instrumentation-asgi
instrumentation/opentelemetry-instrumentation-botocore
instrumentation/*
exporter/*
ext/*
Expand Down
13 changes: 7 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,10 @@ commands =
basepython: python3.8
recreate = True
deps =
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-grpc
-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 All @@ -154,19 +156,18 @@ commands =

[testenv:docs]
deps =
-e {toxinidir}/opentelemetry-api
-e {toxinidir}/opentelemetry-sdk
-e {toxinidir}/opentelemetry-python-contrib/exporter/opentelemetry-exporter-datadog
-e {toxinidir}/opentelemetry-instrumentation
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-wsgi
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-grpc
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-flask
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-django
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-requests
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-wsgi
-c {toxinidir}/dev-requirements.txt
-r {toxinidir}/docs-requirements.txt

commands_pre =
pip install -e {toxinidir}/opentelemetry-api \
-e {toxinidir}/opentelemetry-sdk

changedir = docs

commands =
Expand Down

0 comments on commit bbf12c7

Please sign in to comment.