Commit e4648d4 1 parent 46a8c59 commit e4648d4 Copy full SHA for e4648d4
File tree 3 files changed +23
-8
lines changed
instrumentation/opentelemetry-instrumentation-redis
3 files changed +23
-8
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 @@ -382,7 +382,7 @@ commands_pre =
382
382
383
383
sqlite3: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
384
384
385
- redis: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[ test]
385
+ redis: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-redis/ test-requirements.txt
386
386
387
387
remoulade: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
388
388
@@ -551,7 +551,7 @@ commands_pre =
551
551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
552
552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
553
553
; python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
554
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[ test]
554
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-redis/ test-requirements.txt
555
555
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
556
556
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
557
557
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
@@ -611,7 +611,7 @@ deps =
611
611
psycopg2 ~= 2.9.5
612
612
aiopg >= 0.13.0, < 1.3.0
613
613
sqlalchemy ~= 1.4
614
- redis ~= 4.3
614
+ redis ==5.0.1
615
615
celery[pytest] >= 4.0, < 6.0
616
616
protobuf~=3.13
617
617
requests ==2.25.0
You can’t perform that action at this time.
0 commit comments