Skip to content

Commit

Permalink
Remove lint test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Apr 26, 2024
1 parent 81d5a11 commit 8783592
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1193,24 +1193,6 @@ deps =
commands =
codespell

[testenv:lint]
basepython: python3
recreate = True
deps =
-r dev-requirements.txt

commands_pre =
python -m pip install {env:CORE_REPO}\#egg=opentelemetry-api&subdirectory=opentelemetry-api
python -m pip install {env:CORE_REPO}\#egg=opentelemetry-semantic-conventions&subdirectory=opentelemetry-semantic-conventions
python -m pip install {env:CORE_REPO}\#egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk
python -m pip install {env:CORE_REPO}\#egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
python -m pip install -e {toxinidir}/util/opentelemetry-util-http[test]
pip install -r {toxinidir}/opentelemetry-instrumentation/test-requirements.txt
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pika/test-requirements-1.txt

commands =
python scripts/eachdist.py lint --check-only

[testenv:docker-tests]
basepython: python3
deps =
Expand Down

0 comments on commit 8783592

Please sign in to comment.