Skip to content

Commit c8cc146

Browse files
committedMar 7, 2025
chore: remove httpreety
1 parent a26388e commit c8cc146

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
 

‎instrumentation/opentelemetry-instrumentation-httpx/test-requirements-0.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Deprecated==1.2.14
55
exceptiongroup==1.2.0
66
h11==0.12.0
77
httpcore==0.13.7
8-
httpretty==1.1.4
98
httpx==0.18.2
109
idna==3.7
1110
iniconfig==2.0.0

‎instrumentation/opentelemetry-instrumentation-httpx/test-requirements-1.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Deprecated==1.2.14
55
exceptiongroup==1.2.0
66
h11==0.14.0
77
httpcore==1.0.4
8-
httpretty==1.1.4
98
httpx==0.27.0
109
idna==3.7
1110
iniconfig==2.0.0

‎instrumentation/opentelemetry-instrumentation-httpx/tests/test_httpx_integration.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import typing
2020
from unittest import mock
2121

22-
import httpretty
2322
import httpx
2423
import respx
2524
from wrapt import ObjectProxy

0 commit comments

Comments
 (0)