@@ -221,8 +221,8 @@ envlist =
221
221
pypy3-test-instrumentation-tortoiseorm
222
222
223
223
; opentelemetry-instrumentation-httpx
224
- py3{8,9,10,11}-test-instrumentation-httpx-{18,21 }
225
- pypy3-test-instrumentation-httpx-{18,21 }
224
+ py3{8,9,10,11}-test-instrumentation-httpx-{0,1 }
225
+ pypy3-test-instrumentation-httpx-{0,1 }
226
226
227
227
; opentelemetry-util-http
228
228
py3{8,9,10,11}-test-util-http
@@ -300,10 +300,6 @@ deps =
300
300
pymemcache-300: pymemcache >3.0.0,<3.4.2
301
301
pymemcache-342: pymemcache ==3.4.2
302
302
pymemcache-400: pymemcache ==4.0.0
303
- httpx-18: httpx>=0.18.0,<0.19.0
304
- httpx-18: respx~=0.17.0
305
- httpx-21: httpx>=0.19.0
306
- httpx-21: respx~=0.20.1
307
303
urllib3v-1: urllib3 >=1.0.0,<2.0.0
308
304
urllib3v-2: urllib3 >=2.0.0,<3.0.0
309
305
@@ -345,7 +341,7 @@ commands_pre =
345
341
346
342
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
347
343
348
- httpx-{18,21}, requests,urllib,urllib3v-{1,2}: pip install {toxinidir}/util/opentelemetry-util-http
344
+ requests,urllib,urllib3v-{1,2}: pip install {toxinidir}/util/opentelemetry-util-http
349
345
350
346
wsgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/test-requirements.txt
351
347
@@ -422,7 +418,7 @@ commands_pre =
422
418
423
419
logging: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
424
420
425
- aio-pika-{8,9 }: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[ test]
421
+ aio-pika-{0,1,2 }: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika/ test-requirements-2.txt
426
422
427
423
aiohttp-client: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt
428
424
@@ -442,7 +438,12 @@ commands_pre =
442
438
443
439
asyncio: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio/test-requirements.txt
444
440
445
- httpx-{18,21}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
441
+ ; The numbers at the end of the environment names
442
+ ; below mean these dependencies are being used:
443
+ ; 0: httpx>=0.18.0,<0.19.0 respx~=0.17.0
444
+ ; 1: httpx>=0.19.0 respx~=0.20.1
445
+ httpx-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/test-requirements-0.txt
446
+ httpx-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/test-requirements-1.txt
446
447
447
448
sdkextension-aws: pip install {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
448
449
@@ -472,40 +473,40 @@ commands =
472
473
test-instrumentation-cassandra: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra/tests {posargs}
473
474
test-instrumentation-celery: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-celery/tests {posargs}
474
475
test-instrumentation-dbapi: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi/tests {posargs}
475
- test-instrumentation-django-{1,2,3,4} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-django/tests {posargs}
476
- test-instrumentation-elasticsearch-{2,5,6} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch/tests {posargs}
477
- test-instrumentation-falcon-{1,2,3} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/tests {posargs}
476
+ test-instrumentation-django: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-django/tests {posargs}
477
+ test-instrumentation-elasticsearch: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch/tests {posargs}
478
+ test-instrumentation-falcon: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/tests {posargs}
478
479
test-instrumentation-fastapi: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi/tests {posargs}
479
- test-instrumentation-flask-{213,220,300} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/tests {posargs}
480
+ test-instrumentation-flask: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/tests {posargs}
480
481
test-instrumentation-urllib: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib/tests {posargs}
481
- test-instrumentation-urllib3v-{1,2} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3/tests {posargs}
482
+ test-instrumentation-urllib3v: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3/tests {posargs}
482
483
test-instrumentation-grpc: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc/tests {posargs}
483
484
test-instrumentation-jinja2: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2/tests {posargs}
484
485
test-instrumentation-kafka-python: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/tests {posargs}
485
486
test-instrumentation-confluent-kafka: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka/tests {posargs}
486
487
test-instrumentation-logging: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-logging/tests {posargs}
487
488
test-instrumentation-mysql: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql/tests {posargs}
488
489
test-instrumentation-mysqlclient: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-mysqlclient/tests {posargs}
489
- test-instrumentation-sio-pika-{0,1} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-pika/tests {posargs}
490
- test-instrumentation-aio-pika-{8,9} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika/tests {posargs}
490
+ test-instrumentation-sio-pika: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-pika/tests {posargs}
491
+ test-instrumentation-aio-pika: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika/tests {posargs}
491
492
test-instrumentation-psycopg: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg/tests {posargs}
492
493
test-instrumentation-psycopg2: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2/tests {posargs}
493
- test-instrumentation-pymemcache-{135,200,300,342,400} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/tests {posargs}
494
+ test-instrumentation-pymemcache: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/tests {posargs}
494
495
test-instrumentation-pymongo: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo/tests {posargs}
495
496
test-instrumentation-pymysql: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql/tests {posargs}
496
497
test-instrumentation-pyramid: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid/tests {posargs}
497
498
test-instrumentation-redis: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-redis/tests {posargs}
498
499
test-instrumentation-remoulade: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade/tests {posargs}
499
500
test-instrumentation-requests: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-requests/tests {posargs}
500
501
test-instrumentation-sklearn: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn/tests {posargs}
501
- test-instrumentation-sqlalchemy-{11,14} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/tests {posargs}
502
+ test-instrumentation-sqlalchemy: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/tests {posargs}
502
503
test-instrumentation-sqlite3: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3/tests {posargs}
503
504
test-instrumentation-starlette: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette/tests {posargs}
504
505
test-instrumentation-system-metrics: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics/tests {posargs}
505
506
test-instrumentation-tornado: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/tests {posargs}
506
507
test-instrumentation-tortoiseorm: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm/tests {posargs}
507
508
test-instrumentation-wsgi: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/tests {posargs}
508
- test-instrumentation-httpx-{18,21} : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/tests {posargs}
509
+ test-instrumentation-httpx: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/tests {posargs}
509
510
test-instrumentation-asyncio: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio/tests {posargs}
510
511
test-util-http: pytest {toxinidir}/util/opentelemetry-util-http/tests {posargs}
511
512
test-sdkextension-aws: pytest {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws/tests {posargs}
@@ -601,7 +602,7 @@ commands_pre =
601
602
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/test-requirements.txt
602
603
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
603
604
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
604
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[ test]
605
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/ test-requirements-1.txt
605
606
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
606
607
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
607
608
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio/test-requirements.txt
0 commit comments