@@ -10,146 +10,146 @@ envlist =
10
10
pypy3-test-instrumentation-base
11
11
12
12
; opentelemetry-sdk-extension-aws
13
- py3{6,7,8}-test-sdkextension-aws
13
+ py3{6,7,8,9 }-test-sdkextension-aws
14
14
pypy3-test-sdkextension-aws
15
15
16
16
; opentelemetry-instrumentation-aiohttp-client
17
- py3{6,7,8}-test-instrumentation-aiohttp-client
17
+ py3{6,7,8,9 }-test-instrumentation-aiohttp-client
18
18
pypy3-test-instrumentation-aiohttp-client
19
19
20
20
; opentelemetry-instrumentation-aiopg
21
- py3{6,7,8}-test-instrumentation-aiopg
21
+ py3{6,7,8,9 }-test-instrumentation-aiopg
22
22
; instrumentation-aiopg intentionally excluded from pypy3
23
23
24
24
; opentelemetry-instrumentation-botocore
25
- py3{6,7,8}-test-instrumentation-botocore
25
+ py3{6,7,8,9 }-test-instrumentation-botocore
26
26
pypy3-test-instrumentation-botocore
27
27
28
28
; opentelemetry-instrumentation-django
29
- py3{6,7,8}-test-instrumentation-django
29
+ py3{6,7,8,9 }-test-instrumentation-django
30
30
pypy3-test-instrumentation-django
31
31
32
32
; opentelemetry-instrumentation-dbapi
33
- py3{6,7,8}-test-instrumentation-dbapi
33
+ py3{6,7,8,9 }-test-instrumentation-dbapi
34
34
pypy3-test-instrumentation-dbapi
35
35
36
36
; opentelemetry-instrumentation-boto
37
- py3{6,7,8}-test-instrumentation-boto
37
+ py3{6,7,8,9 }-test-instrumentation-boto
38
38
pypy3-test-instrumentation-boto
39
39
40
40
; opentelemetry-instrumentation-elasticsearch
41
- py3{6,7,8}-test-instrumentation-elasticsearch{2,5,6,7}
41
+ py3{6,7,8,9 }-test-instrumentation-elasticsearch{2,5,6,7}
42
42
pypy3-test-instrumentation-elasticsearch{2,5,6,7}
43
43
44
44
; opentelemetry-instrumentation-falcon
45
- py3{4,5,6,7,8}-test-instrumentation-falcon
45
+ py3{4,5,6,7,8,9 }-test-instrumentation-falcon
46
46
pypy3-test-instrumentation-falcon
47
47
48
48
; opentelemetry-instrumentation-fastapi
49
49
; fastapi only supports 3.6 and above.
50
- py3{6,7,8}-test-instrumentation-fastapi
50
+ py3{6,7,8,9 }-test-instrumentation-fastapi
51
51
pypy3-test-instrumentation-fastapi
52
52
53
53
; opentelemetry-instrumentation-flask
54
- py3{6,7,8}-test-instrumentation-flask
54
+ py3{6,7,8,9 }-test-instrumentation-flask
55
55
pypy3-test-instrumentation-flask
56
56
57
57
; opentelemetry-instrumentation-urllib
58
- py3{6,7,8}-test-instrumentation-urllib
58
+ py3{6,7,8,9 }-test-instrumentation-urllib
59
59
pypy3-test-instrumentation-urllib
60
60
61
61
; opentelemetry-instrumentation-urllib3
62
- py3{6,7,8}-test-instrumentation-urllib3
62
+ py3{6,7,8,9 }-test-instrumentation-urllib3
63
63
pypy3-test-instrumentation-urllib3
64
64
65
65
; opentelemetry-instrumentation-requests
66
- py3{6,7,8}-test-instrumentation-requests
66
+ py3{6,7,8,9 }-test-instrumentation-requests
67
67
pypy3-test-instrumentation-requests
68
68
69
69
; opentelemetry-instrumentation-starlette.
70
70
; starlette only supports 3.6 and above.
71
- py3{6,7,8}-test-instrumentation-starlette
71
+ py3{6,7,8,9 }-test-instrumentation-starlette
72
72
pypy3-test-instrumentation-starlette
73
73
74
74
; opentelemetry-instrumentation-jinja2
75
- py3{6,7,8}-test-instrumentation-jinja2
75
+ py3{6,7,8,9 }-test-instrumentation-jinja2
76
76
pypy3-test-instrumentation-jinja2
77
77
78
78
; opentelemetry-instrumentation-logging
79
- py3{6,7,8}-test-instrumentation-logging
79
+ py3{6,7,8,9 }-test-instrumentation-logging
80
80
pypy3-test-instrumentation-logging
81
81
82
82
; opentelemetry-exporter-datadog
83
- py3{6,7,8}-test-exporter-datadog
83
+ py3{6,7,8,9 }-test-exporter-datadog
84
84
85
85
; opentelemetry-instrumentation-mysql
86
- py3{6,7,8}-test-instrumentation-mysql
86
+ py3{6,7,8,9 }-test-instrumentation-mysql
87
87
pypy3-test-instrumentation-mysql
88
88
89
89
; opentelemetry-instrumentation-psycopg2
90
- py3{6,7,8}-test-instrumentation-psycopg2
90
+ py3{6,7,8,9 }-test-instrumentation-psycopg2
91
91
; ext-psycopg2 intentionally excluded from pypy3
92
92
93
93
; opentelemetry-instrumentation-pymemcache
94
- py3{6,7,8}-test-instrumentation-pymemcache
94
+ py3{6,7,8,9 }-test-instrumentation-pymemcache
95
95
pypy3-test-instrumentation-pymemcache
96
96
97
97
; opentelemetry-instrumentation-pymongo
98
- py3{6,7,8}-test-instrumentation-pymongo
98
+ py3{6,7,8,9 }-test-instrumentation-pymongo
99
99
pypy3-test-instrumentation-pymongo
100
100
101
101
; opentelemetry-instrumentation-pymysql
102
- py3{6,7,8}-test-instrumentation-pymysql
102
+ py3{6,7,8,9 }-test-instrumentation-pymysql
103
103
pypy3-test-instrumentation-pymysql
104
104
105
105
; opentelemetry-instrumentation-pyramid
106
- py3{6,7,8}-test-instrumentation-pyramid
106
+ py3{6,7,8,9 }-test-instrumentation-pyramid
107
107
pypy3-test-instrumentation-pyramid
108
108
109
109
; opentelemetry-instrumentation-asgi
110
- py3{6,7,8}-test-instrumentation-asgi
110
+ py3{6,7,8,9 }-test-instrumentation-asgi
111
111
pypy3-test-instrumentation-asgi
112
112
113
113
; opentelemetry-instrumentation-asyncpg
114
- py3{6,7,8}-test-instrumentation-asyncpg
114
+ py3{6,7,8,9 }-test-instrumentation-asyncpg
115
115
; ext-asyncpg intentionally excluded from pypy3
116
116
117
117
; opentelemetry-instrumentation-sqlite3
118
- py3{6,7,8}-test-instrumentation-sqlite3
118
+ py3{6,7,8,9 }-test-instrumentation-sqlite3
119
119
pypy3-test-instrumentation-sqlite3
120
120
121
121
; opentelemetry-instrumentation-wsgi
122
- py3{6,7,8}-test-instrumentation-wsgi
122
+ py3{6,7,8,9 }-test-instrumentation-wsgi
123
123
pypy3-test-instrumentation-wsgi
124
124
125
125
; opentelemetry-instrumentation-grpc
126
- py3{6,7,8}-test-instrumentation-grpc
126
+ py3{6,7,8,9 }-test-instrumentation-grpc
127
127
128
128
; opentelemetry-instrumentation-sqlalchemy
129
- py3{6,7,8}-test-instrumentation-sqlalchemy
129
+ py3{6,7,8,9 }-test-instrumentation-sqlalchemy
130
130
pypy3-test-instrumentation-sqlalchemy
131
131
132
132
; opentelemetry-instrumentation-redis
133
- py3{6,7,8}-test-instrumentation-redis
133
+ py3{6,7,8,9 }-test-instrumentation-redis
134
134
pypy3-test-instrumentation-redis
135
135
136
136
; opentelemetry-instrumentation-celery
137
- py3{6,7,8}-test-instrumentation-celery
137
+ py3{6,7,8,9 }-test-instrumentation-celery
138
138
pypy3-test-instrumentation-celery
139
139
140
140
; opentelemetry-instrumentation-sklearn
141
141
py3{6,7,8}-test-instrumentation-sklearn
142
142
143
143
; opentelemetry-instrumentation-tornado
144
- py3{6,7,8}-test-instrumentation-tornado
144
+ py3{6,7,8,9 }-test-instrumentation-tornado
145
145
pypy3-test-instrumentation-tornado
146
146
147
147
; opentelemetry-util-http
148
- py3{6,7,8}-test-util-http
148
+ py3{6,7,8,9 }-test-util-http
149
149
pypy3-test-util-http
150
150
151
151
; opentelemetry-propagator-ot-trace
152
- py3{6,7,8}-test-propagator-ot-trace
152
+ py3{6,7,8,9 }-test-propagator-ot-trace
153
153
pypy3-test-propagator-ot-trace
154
154
155
155
lint
@@ -217,7 +217,7 @@ changedir =
217
217
218
218
commands_pre =
219
219
; Install without -e to test the actual installation
220
- py3{6,7,8}: python -m pip install -U pip setuptools wheel
220
+ py3{6,7,8,9 }: python -m pip install -U pip setuptools wheel
221
221
; Install common packages for all the tests. These are not needed in all the
222
222
; cases but it saves a lot of boilerplate in this file.
223
223
test: pip install {toxinidir}/opentelemetry-python-core/opentelemetry-api
0 commit comments