Skip to content

Commit b20102a

Browse files
committed
WIP
1 parent d4da3ba commit b20102a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# Otherwise, set variable to the commit of your branch on
1111
# opentelemetry-python-contrib which is compatible with these Core repo
1212
# changes.
13-
CONTRIB_REPO_SHA: de8c5c63fdc69193a12b8aa92425319adea74d2d
13+
CONTRIB_REPO_SHA: 1a984d3ba18d4080c58485b7d807dba241179d41
1414
# This is needed because we do not clone the core repo in contrib builds anymore.
1515
# When running contrib builds as part of core builds, we use actions/checkout@v2 which
1616
# does not set an environment variable (simply just runs tox), which is different when
@@ -182,7 +182,7 @@ jobs:
182182
- "tornado"
183183
- "tortoiseorm"
184184
- "urllib"
185-
- "urllib3"
185+
- "urllib3v"
186186
- "wsgi"
187187
- "prometheus-remote-write"
188188
- "richconsole"

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ envlist =
2020

2121
; docs/getting-started
2222
py3{8,9,10,11}-opentelemetry-getting-started
23+
pypy3-opentelemetry-getting-started
2324

2425
py3{8,9,10,11}-opentelemetry-opentracing-shim
2526
pypy3-opentelemetry-opentracing-shim
@@ -31,6 +32,7 @@ envlist =
3132
; exporter-opencensus intentionally excluded from pypy3
3233

3334
py3{8,9,10,11}-proto{3,4}-opentelemetry-exporter-otlp-proto-common
35+
pypy3-proto{3,4}-opentelemetry-exporter-otlp-proto-common
3436

3537
; opentelemetry-exporter-otlp
3638
py3{8,9,10,11}-opentelemetry-exporter-otlp-combined

0 commit comments

Comments
 (0)