@@ -35,7 +35,8 @@ envlist =
35
35
; instrumentation-aiopg intentionally excluded from pypy3
36
36
37
37
; opentelemetry-instrumentation-aws-lambda
38
- py3{8,9}-test-instrumentation-aws-lambda
38
+ py3{8,9,10,11}-test-instrumentation-aws-lambda
39
+ pypy3-test-instrumentation-aws-lambda
39
40
40
41
; opentelemetry-instrumentation-botocore
41
42
py3{8,9,10,11}-test-instrumentation-botocore
@@ -92,7 +93,7 @@ envlist =
92
93
93
94
; opentelemetry-instrumentation-urllib3
94
95
py3{8,9,10,11}-test-instrumentation-urllib3v-{1,2}
95
- ; pypy3-test-instrumentation-urllib3v-{1,2}
96
+ pypy3-test-instrumentation-urllib3v-{1,2}
96
97
97
98
; opentelemetry-instrumentation-requests
98
99
py3{8,9,10,11}-test-instrumentation-requests
@@ -112,9 +113,11 @@ envlist =
112
113
113
114
; opentelemetry-exporter-richconsole
114
115
py3{8,9,10,11}-test-exporter-richconsole
116
+ pypy3-test-exporter-richconsole
115
117
116
118
; opentelemetry-exporter-prometheus-remote-write
117
- py3{6,8,9,10}-test-exporter-prometheus-remote-write
119
+ py3{6,8,9,10,11}-test-exporter-prometheus-remote-write
120
+ pypy3-test-exporter-prometheus-remote-write
118
121
119
122
; opentelemetry-instrumentation-mysql
120
123
py3{8,9,10,11}-test-instrumentation-mysql
@@ -162,6 +165,7 @@ envlist =
162
165
163
166
; opentelemetry-instrumentation-grpc
164
167
py3{8,9,10,11}-test-instrumentation-grpc
168
+ pypy3-test-instrumentation-grpc
165
169
166
170
; opentelemetry-instrumentation-sqlalchemy
167
171
py3{8,9,10,11}-test-instrumentation-sqlalchemy-{14}
@@ -177,7 +181,7 @@ envlist =
177
181
178
182
; opentelemetry-instrumentation-celery
179
183
py3{8,9,10,11}-test-instrumentation-celery
180
- ; pypy3-test-instrumentation-celery
184
+ pypy3-test-instrumentation-celery
181
185
182
186
; opentelemetry-instrumentation-sklearn
183
187
py3{8}-test-instrumentation-sklearn
@@ -223,8 +227,8 @@ envlist =
223
227
pypy3-test-instrumentation-kafka-python
224
228
225
229
; opentelemetry-instrumentation-confluent-kafka
226
- ; // FIXME: Enable support for python 3.11 when https://github.com/confluentinc/ confluent-kafka-python/issues/1452 is fixed
227
- py3{8,9,10} -test-instrumentation-confluent-kafka
230
+ py3{8,9,10,11}-test-instrumentation- confluent-kafka
231
+ pypy3 -test-instrumentation-confluent-kafka
228
232
229
233
; opentelemetry-instrumentation-cassandra
230
234
py3{8,9,10,11}-test-instrumentation-cassandra
0 commit comments