File tree 3 files changed +25
-7
lines changed
instrumentation/opentelemetry-instrumentation-requests
3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ dependencies = [
34
34
instruments = [
35
35
" requests ~= 2.0" ,
36
36
]
37
- test = [
38
- " opentelemetry-instrumentation-requests[instruments]" ,
39
- " httpretty ~= 1.0" ,
40
- " opentelemetry-test-utils == 0.45b0.dev" ,
41
- ]
42
37
43
38
[project .entry-points .opentelemetry_instrumentor ]
44
39
requests = " opentelemetry.instrumentation.requests:RequestsInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ certifi==2024.2.2
4
+ charset-normalizer==3.3.2
5
+ Deprecated==1.2.14
6
+ httpretty==1.1.4
7
+ idna==3.6
8
+ importlib-metadata==6.11.0
9
+ iniconfig==2.0.0
10
+ packaging==23.2
11
+ pluggy==1.4.0
12
+ py==1.11.0
13
+ py-cpuinfo==9.0.0
14
+ pytest==7.1.3
15
+ pytest-benchmark==4.0.0
16
+ requests==2.31.0
17
+ tomli==2.0.1
18
+ typing_extensions==4.9.0
19
+ urllib3==2.2.1
20
+ wrapt==1.16.0
21
+ zipp==3.17.0
22
+ -e ../../../opentelemetry-instrumentation
23
+ -e ../../../instrumentation/opentelemetry-instrumentation-requests
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ commands_pre =
437
437
438
438
remoulade: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
439
439
440
- requests: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[ test]
440
+ requests: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-requests/ test-requirements.txt
441
441
442
442
starlette: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
443
443
@@ -561,7 +561,7 @@ commands_pre =
561
561
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
562
562
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
563
563
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
564
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
564
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests
565
565
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[test]
566
566
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
567
567
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test]
You can’t perform that action at this time.
0 commit comments