File tree Expand file tree Collapse file tree 3 files changed +22
-8
lines changed
instrumentation/opentelemetry-instrumentation-redis Expand file tree Collapse file tree 3 files changed +22
-8
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ dependencies = [
3434instruments = [
3535 " redis >= 2.6" ,
3636]
37- test = [
38- " opentelemetry-instrumentation-redis[instruments]" ,
39- " opentelemetry-sdk ~= 1.3" ,
40- " opentelemetry-test-utils == 0.45b0.dev" ,
41- ]
4237
4338[project .entry-points .opentelemetry_instrumentor ]
4439redis = " 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-redis
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ commands_pre =
382382
383383 sqlite3: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
384384
385- redis: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[ test]
385+ redis: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-redis/ test-requirements.txt
386386
387387 remoulade: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
388388
@@ -551,7 +551,7 @@ commands_pre =
551551 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
552552 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
553553 ; 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
555555 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
556556 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
557557 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
@@ -657,7 +657,7 @@ deps =
657657 python-dotenv ==0.21.1
658658 pytz ==2024.1
659659 PyYAML ==5.3.1
660- redis ==4.6.0
660+ redis ==5.0.1
661661 remoulade ==3.2.0
662662 requests ==2.25.0
663663 six ==1.16.0
You can’t perform that action at this time.
0 commit comments