@@ -22,9 +22,6 @@ envlist =
22
22
py3{7,8,9,10,11}-test-opentelemetry-instrumentation
23
23
pypy3-test-opentelemetry-instrumentation
24
24
25
- py3{7,8,9,10,11}-test-instrumentation-aio-pika
26
- pypy3-test-instrumentation-aio-pika
27
-
28
25
; opentelemetry-instrumentation-aiohttp-client
29
26
py3{7,8,9,10,11}-test-instrumentation-aiohttp-client
30
27
pypy3-test-instrumentation-aiohttp-client
@@ -54,10 +51,10 @@ envlist =
54
51
; Only officially supported Python versions are tested for each Django
55
52
; major release. Updated list can be found at:
56
53
; https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
57
- py3{7}-test-instrumentation-django1
58
- py3{7,8,9}-test-instrumentation-django2
59
- py3{7,8,9,10,11}-test-instrumentation-django3
60
- py3{8,9,10,11}-test-instrumentation-django4
54
+ py3{7}-test-instrumentation-django-1
55
+ py3{7,8,9}-test-instrumentation-django-2
56
+ py3{7,8,9,10,11}-test-instrumentation-django-3
57
+ py3{8,9,10,11}-test-instrumentation-django-4
61
58
pypy3-test-instrumentation-django-{1,2,3}
62
59
63
60
; opentelemetry-instrumentation-dbapi
@@ -72,14 +69,12 @@ envlist =
72
69
; opentelemetry-instrumentation-elasticsearch
73
70
py3{7,8,9,10,11}-test-instrumentation-elasticsearch-{2,6}
74
71
pypy3-test-instrumentation-elasticsearch-{2,6}
75
-
76
- ; opentelemetry-instrumentation-elasticsearch5
77
- py3{7,8,9}-test-instrumentation-elasticsearch5
78
- pypy3-test-instrumentation-elasticsearch5
72
+ py3{7,8,9}-test-instrumentation-elasticsearch-5
73
+ pypy3-test-instrumentation-elasticsearch-5
79
74
80
75
; opentelemetry-instrumentation-falcon
81
76
; py310 does not work with falcon 1
82
- py3{7,8,9}-test-instrumentation-falcon1
77
+ py3{7,8,9}-test-instrumentation-falcon-1
83
78
py3{7,8,9,10,11}-test-instrumentation-falcon-{2,3}
84
79
pypy3-test-instrumentation-falcon-{1,2,3}
85
80
@@ -104,7 +99,7 @@ envlist =
104
99
py3{7,8,9,10,11}-test-instrumentation-requests
105
100
; pypy3-test-instrumentation-requests
106
101
107
- ; opentelemetry-instrumentation-starlette.
102
+ ; opentelemetry-instrumentation-starlette
108
103
py3{7,8,9,10,11}-test-instrumentation-starlette
109
104
pypy3-test-instrumentation-starlette
110
105
@@ -221,9 +216,9 @@ envlist =
221
216
py3{7,8,9,10,11}-test-propagator-ot-trace
222
217
pypy3-test-propagator-ot-trace
223
218
224
- ; opentelemetry-instrumentation-pika
225
- py3{7,8,9,10,11}-test-instrumentation-pika-{0,1}
226
- pypy3-test-instrumentation-pika-{0,1}
219
+ ; opentelemetry-instrumentation-sio- pika
220
+ py3{7,8,9,10,11}-test-instrumentation-sio- pika-{0,1}
221
+ pypy3-test-instrumentation-sio- pika-{0,1}
227
222
228
223
; opentelemetry-instrumentation-aio-pika
229
224
py3{7,8,9,10,11}-test-instrumentation-aio-pika-{7,8,9}
@@ -259,46 +254,46 @@ deps =
259
254
django2: django~=2.0
260
255
django3: django~=3.0
261
256
django4: django>=4.0b1,<5.0
262
- elasticsearch2 : elasticsearch-dsl>=2.0,<3.0
263
- elasticsearch2 : elasticsearch>=2.0,<3.0
264
- elasticsearch5 : elasticsearch-dsl>=5.0,<6.0
265
- elasticsearch5 : elasticsearch>=5.0,<6.0
266
- elasticsearch6 : elasticsearch-dsl>=6.0,<7.0
267
- elasticsearch6 : elasticsearch>=6.0,<7.0
257
+ elasticsearch-2 : elasticsearch-dsl>=2.0,<3.0
258
+ elasticsearch-2 : elasticsearch>=2.0,<3.0
259
+ elasticsearch-5 : elasticsearch-dsl>=5.0,<6.0
260
+ elasticsearch-5 : elasticsearch>=5.0,<6.0
261
+ elasticsearch-6 : elasticsearch-dsl>=6.0,<7.0
262
+ elasticsearch-6 : elasticsearch>=6.0,<7.0
268
263
; FIXME: Elasticsearch >=7 causes CI workflow tests to hang, see open-telemetry/opentelemetry-python-contrib#620
269
- ; elasticsearch7 : elasticsearch-dsl>=7.0,<8.0
270
- ; elasticsearch7 : elasticsearch>=7.0,<8.0
271
- ; elasticsearch8 : elasticsearch-dsl>=8.0,<9.0
272
- ; elasticsearch8 : elasticsearch>=8.0,<9.0
273
- falcon1 : falcon ==1.4.1
274
- falcon2 : falcon >=2.0.0,<3.0.0
275
- falcon3 : falcon >=3.0.0,<4.0.0
276
- flask213 : Flask ==2.1.3
277
- flask213 : Werkzeug <3.0.0
278
- flask220 : Flask ==2.2.0
279
- flask220 : Werkzeug <3.0.0
280
- flask300 : Flask >=3.0.0
281
- flask300 : Werkzeug >=3.0.0
264
+ ; elasticsearch-7 : elasticsearch-dsl>=7.0,<8.0
265
+ ; elasticsearch-7 : elasticsearch>=7.0,<8.0
266
+ ; elasticsearch-8 : elasticsearch-dsl>=8.0,<9.0
267
+ ; elasticsearch-8 : elasticsearch>=8.0,<9.0
268
+ falcon-1 : falcon ==1.4.1
269
+ falcon-2 : falcon >=2.0.0,<3.0.0
270
+ falcon-3 : falcon >=3.0.0,<4.0.0
271
+ flask-213 : Flask ==2.1.3
272
+ flask-213 : Werkzeug <3.0.0
273
+ flask-220 : Flask ==2.2.0
274
+ flask-220 : Werkzeug <3.0.0
275
+ flask-300 : Flask >=3.0.0
276
+ flask-300 : Werkzeug >=3.0.0
282
277
grpc: pytest-asyncio
283
- sqlalchemy11 : sqlalchemy>=1.1,<1.2
284
- sqlalchemy14 : aiosqlite
285
- sqlalchemy14 : sqlalchemy~=1.4
286
- pika0 : pika>=0.12.0,<1.0.0
287
- pika1 : pika>=1.0.0
278
+ sqlalchemy-11 : sqlalchemy>=1.1,<1.2
279
+ sqlalchemy-14 : aiosqlite
280
+ sqlalchemy-14 : sqlalchemy~=1.4
281
+ sio-pika-0 : pika>=0.12.0,<1.0.0
282
+ sio-pika-1 : pika>=1.0.0
288
283
aio-pika-7: aio_pika~=7.2.0
289
284
aio-pika-8: aio_pika>=8.0.0,<9.0.0
290
285
aio-pika-9: aio_pika>=9.0.0,<10.0.0
291
- pymemcache135 : pymemcache ==1.3.5
292
- pymemcache200 : pymemcache >2.0.0,<3.0.0
293
- pymemcache300 : pymemcache >3.0.0,<3.4.2
294
- pymemcache342 : pymemcache ==3.4.2
295
- pymemcache400 : pymemcache ==4.0.0
296
- httpx18 : httpx>=0.18.0,<0.19.0
297
- httpx18 : respx~=0.17.0
298
- httpx21 : httpx>=0.19.0
299
- httpx21 : respx~=0.20.1
300
- urllib3v1 : urllib3 >=1.0.0,<2.0.0
301
- urllib3v2 : urllib3 >=2.0.0,<3.0.0
286
+ pymemcache-135 : pymemcache ==1.3.5
287
+ pymemcache-200 : pymemcache >2.0.0,<3.0.0
288
+ pymemcache-300 : pymemcache >3.0.0,<3.4.2
289
+ pymemcache-342 : pymemcache ==3.4.2
290
+ pymemcache-400 : pymemcache ==4.0.0
291
+ httpx-18 : httpx>=0.18.0,<0.19.0
292
+ httpx-18 : respx~=0.17.0
293
+ httpx-21 : httpx>=0.19.0
294
+ httpx-21 : respx~=0.20.1
295
+ urllib3v-1 : urllib3 >=1.0.0,<2.0.0
296
+ urllib3v-2 : urllib3 >=2.0.0,<3.0.0
302
297
303
298
; FIXME: add coverage testing
304
299
; FIXME: add mypy testing
@@ -312,7 +307,6 @@ setenv =
312
307
changedir =
313
308
test-distro: opentelemetry-distro/tests
314
309
test-opentelemetry-instrumentation: opentelemetry-instrumentation/tests
315
- test-instrumentation-aio-pika: instrumentation/opentelemetry-instrumentation-aio-pika/tests
316
310
test-instrumentation-aiohttp-client: instrumentation/opentelemetry-instrumentation-aiohttp-client/tests
317
311
test-instrumentation-aiohttp-server: instrumentation/opentelemetry-instrumentation-aiohttp-server/tests
318
312
test-instrumentation-aiopg: instrumentation/opentelemetry-instrumentation-aiopg/tests
@@ -339,7 +333,7 @@ changedir =
339
333
test-instrumentation-logging: instrumentation/opentelemetry-instrumentation-logging/tests
340
334
test-instrumentation-mysql: instrumentation/opentelemetry-instrumentation-mysql/tests
341
335
test-instrumentation-mysqlclient: instrumentation/opentelemetry-instrumentation-mysqlclient/tests
342
- test-instrumentation-pika-{0,1}: instrumentation/opentelemetry-instrumentation-pika/tests
336
+ test-instrumentation-sio- pika-{0,1}: instrumentation/opentelemetry-instrumentation-pika/tests
343
337
test-instrumentation-aio-pika-{7,8,9}: instrumentation/opentelemetry-instrumentation-aio-pika/tests
344
338
test-instrumentation-psycopg2: instrumentation/opentelemetry-instrumentation-psycopg2/tests
345
339
test-instrumentation-pymemcache-{135,200,300,342,400}: instrumentation/opentelemetry-instrumentation-pymemcache/tests
@@ -381,17 +375,17 @@ commands_pre =
381
375
382
376
celery: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
383
377
384
- pika{0,1}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
378
+ sio- pika- {0,1}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
385
379
386
- aio-pika{7,8,9}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
380
+ aio-pika- {7,8,9}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
387
381
388
382
kafka-python: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
389
383
390
384
confluent-kafka: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
391
385
392
386
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
393
387
394
- falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http[test]
388
+ falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
395
389
wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
396
390
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
397
391
@@ -456,7 +450,7 @@ commands_pre =
456
450
457
451
logging: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
458
452
459
- aio-pika: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
453
+ aio-pika-{7,8,9} : pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
460
454
461
455
aiohttp-client: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
462
456
@@ -480,7 +474,7 @@ commands_pre =
480
474
481
475
resource-detector-container: pip install {toxinidir}/resource/opentelemetry-resource-detector-container[test]
482
476
483
- http: pip install {toxinidir}/util/opentelemetry-util-http[test]
477
+ http: pip install {toxinidir}/util/opentelemetry-util-http
484
478
; In order to get a health coverage report,
485
479
propagator-ot-trace: pip install {toxinidir}/propagator/opentelemetry-propagator-ot-trace[test]
486
480
@@ -531,7 +525,7 @@ commands_pre =
531
525
python -m pip install " {env:CORE_REPO}#egg=opentelemetry-semantic-conventions&subdirectory=opentelemetry-semantic-conventions"
532
526
python -m pip install " {env:CORE_REPO}#egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk"
533
527
python -m pip install " {env:CORE_REPO}#egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils"
534
- python -m pip install -e {toxinidir}/util/opentelemetry-util-http[test]
528
+ python -m pip install -e {toxinidir}/util/opentelemetry-util-http
535
529
python -m pip install -e {toxinidir}/opentelemetry-instrumentation[test]
536
530
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
537
531
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
0 commit comments