Skip to content

Commit 60caf0b

Browse files
committed
opentelemetry-instrumentation-urllib3: use pook instead of httpretty in tests
Since httpretty is abandoned. Assisted-by: Cursor
1 parent 578373a commit 60caf0b

4 files changed

Lines changed: 127 additions & 92 deletions

File tree

instrumentation/opentelemetry-instrumentation-urllib3/test-requirements-0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asgiref==3.8.1
22
Deprecated==1.2.14
3-
httpretty==1.1.4
3+
pook==2.1.6
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0

instrumentation/opentelemetry-instrumentation-urllib3/test-requirements-1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asgiref==3.8.1
22
Deprecated==1.2.14
3-
httpretty==1.1.4
3+
pook==2.1.6
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0

0 commit comments

Comments
 (0)