This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 4680f7c
1 parent 1c21715 commit 4680f7c Copy full SHA for 4680f7c
File tree 3 files changed +22
-7
lines changed
instrumentation/opentelemetry-instrumentation-redis
3 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ dependencies = [
34
34
instruments = [
35
35
" redis >= 2.6" ,
36
36
]
37
- test = [
38
- " opentelemetry-instrumentation-redis[instruments]" ,
39
- " opentelemetry-sdk ~= 1.3" ,
40
- " opentelemetry-test-utils == 0.45b0.dev" ,
41
- ]
42
37
43
38
[project .entry-points .opentelemetry_instrumentor ]
44
39
redis = " opentelemetry.instrumentation.redis:RedisInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ async-timeout==4.0.3
3
+ attrs==23.2.0
4
+ Deprecated==1.2.14
5
+ importlib-metadata==6.11.0
6
+ iniconfig==2.0.0
7
+ packaging==23.2
8
+ pluggy==1.4.0
9
+ py==1.11.0
10
+ py-cpuinfo==9.0.0
11
+ pytest==7.1.3
12
+ pytest-benchmark==4.0.0
13
+ redis==5.0.1
14
+ tomli==2.0.1
15
+ typing_extensions==4.9.0
16
+ wrapt==1.16.0
17
+ zipp==3.17.0
18
+ -e ../../../opentelemetry-instrumentation
19
+ -e ../../../instrumentation/opentelemetry-instrumentation-dbapi
20
+ -e ../../../instrumentation/opentelemetry-instrumentation-redis
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ commands_pre =
433
433
434
434
sqlite3: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
435
435
436
- redis: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[ test]
436
+ redis: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-redis/ test-requirements.txt
437
437
438
438
remoulade: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
439
439
@@ -547,7 +547,7 @@ commands_pre =
547
547
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
548
548
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
549
549
; python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
550
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
550
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis
551
551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
552
552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
553
553
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
You can’t perform that action at this time.
0 commit comments