Skip to content

Commit

Permalink
Do not run getting started tests with pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 2, 2024
1 parent 1c1f2b9 commit 4cd9e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
package: "exporter-otlp-combined"
- python-version: pypy3
package: "exporter-otlp-proto-grpc"
- python-version: pypy3
package: "getting-started"

steps:
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ envlist =
lint-opentelemetry-semantic-conventions

py3{8,9,10,11,12}-test-opentelemetry-getting-started
pypy3-test-opentelemetry-getting-started
lint-opentelemetry-getting-started

py3{8,9,10,11,12}-test-opentelemetry-opentracing-shim
Expand Down

0 comments on commit 4cd9e2a

Please sign in to comment.