Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed May 8, 2024
1 parent 935e993 commit bbaad16
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test 1
name: lint 1

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck_1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test 1
name: spellcheck 1

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test 1
name: test 1

on:
push:
Expand Down
9 changes: 0 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,8 @@ deps =
lint: -r dev-requirements.txt
test: pytest
test: pytest-benchmark
coverage: pytest
coverage: pytest-cov
grpc: pytest-asyncio

; FIXME: add coverage testing
; FIXME: add mypy testing

setenv =
Expand Down Expand Up @@ -741,10 +738,6 @@ commands_pre =

http: pip install {toxinidir}/util/opentelemetry-util-http

; In order to get a health coverage report,
; we have to install packages in editable mode.
coverage: python {toxinidir}/scripts/eachdist.py install --editable

commands =
test-distro: pytest {toxinidir}/opentelemetry-distro/tests {posargs}
lint-distro: black --diff --check --config {toxinidir}/pyproject.toml {toxinidir}/opentelemetry-distro
Expand Down Expand Up @@ -1133,8 +1126,6 @@ commands =
lint-exporter-prometheus-remote-write: pylint {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write/src/opentelemetry
lint-exporter-prometheus-remote-write: pylint {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write/tests

coverage: {toxinidir}/scripts/coverage.sh

[testenv:docs]
deps =
-c {toxinidir}/dev-requirements.txt
Expand Down

0 comments on commit bbaad16

Please sign in to comment.