@@ -203,8 +203,8 @@ envlist =
203
203
pypy3-test-instrumentation-tortoiseorm
204
204
205
205
; opentelemetry-instrumentation-httpx
206
- py3{8,9,10,11}-test-instrumentation-httpx-{18,21 }
207
- pypy3-test-instrumentation-httpx-{18,21 }
206
+ py3{8,9,10,11}-test-instrumentation-httpx-{0,1 }
207
+ pypy3-test-instrumentation-httpx-{0,1 }
208
208
209
209
; opentelemetry-util-http
210
210
py3{8,9,10,11}-test-util-http
@@ -292,10 +292,6 @@ deps =
292
292
pymemcache-300: pymemcache >3.0.0,<3.4.2
293
293
pymemcache-342: pymemcache ==3.4.2
294
294
pymemcache-400: pymemcache ==4.0.0
295
- httpx-18: httpx>=0.18.0,<0.19.0
296
- httpx-18: respx~=0.17.0
297
- httpx-21: httpx>=0.19.0
298
- httpx-21: respx~=0.20.1
299
295
urllib3v-1: urllib3 >=1.0.0,<2.0.0
300
296
urllib3v-2: urllib3 >=2.0.0,<3.0.0
301
297
@@ -356,7 +352,7 @@ changedir =
356
352
test-instrumentation-tornado: instrumentation/opentelemetry-instrumentation-tornado/tests
357
353
test-instrumentation-tortoiseorm: instrumentation/opentelemetry-instrumentation-tortoiseorm/tests
358
354
test-instrumentation-wsgi: instrumentation/opentelemetry-instrumentation-wsgi/tests
359
- test-instrumentation-httpx-{18,21 }: instrumentation/opentelemetry-instrumentation-httpx/tests
355
+ test-instrumentation-httpx-{0,1 }: instrumentation/opentelemetry-instrumentation-httpx/tests
360
356
test-instrumentation-asyncio: instrumentation/opentelemetry-instrumentation-asyncio/tests
361
357
test-util-http: util/opentelemetry-util-http/tests
362
358
test-sdkextension-aws: sdk-extension/opentelemetry-sdk-extension-aws/tests
@@ -391,7 +387,7 @@ commands_pre =
391
387
392
388
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
393
389
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
390
+ falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
395
391
wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
396
392
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
397
393
@@ -478,7 +474,12 @@ commands_pre =
478
474
479
475
asyncio: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio[test]
480
476
481
- httpx-{18,21}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
477
+ ; The numbers at the end of the environment names
478
+ ; below mean these dependencies are being used:
479
+ ; 0: httpx>=0.18.0,<0.19.0 respx~=0.17.0
480
+ ; 1: httpx>=0.19.0 respx~=0.20.1
481
+ httpx-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/test-requirements-0.txt
482
+ httpx-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/test-requirements-1.txt
482
483
483
484
sdkextension-aws: pip install {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
484
485
@@ -582,7 +583,7 @@ commands_pre =
582
583
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[test]
583
584
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
584
585
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
585
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
586
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx
586
587
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
587
588
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
588
589
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio[test]
0 commit comments