File tree Expand file tree Collapse file tree 3 files changed +25
-8
lines changed
instrumentation/opentelemetry-instrumentation-remoulade Expand file tree Collapse file tree 3 files changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ dependencies = [
3333instruments = [
3434 " remoulade >= 0.50" ,
3535]
36- test = [
37- " opentelemetry-instrumentation-remoulade[instruments]" ,
38- " opentelemetry-test-utils == 0.45b0.dev" ,
39- " opentelemetry-sdk ~= 1.10"
40- ]
4136
4237[project .entry-points .opentelemetry_instrumentor ]
4338remoulade = " opentelemetry.instrumentation.remoulade:RemouladeInstrumentor"
Original file line number Diff line number Diff line change 1+ asgiref==3.7.2
2+ attrs==23.2.0
3+ Deprecated==1.2.14
4+ importlib-metadata==6.11.0
5+ iniconfig==2.0.0
6+ packaging==23.2
7+ pluggy==1.4.0
8+ prometheus_client==0.20.0
9+ py==1.11.0
10+ py-cpuinfo==9.0.0
11+ pytest==7.1.3
12+ pytest-benchmark==4.0.0
13+ python-dateutil==2.8.2
14+ pytz==2024.1
15+ remoulade==3.2.0
16+ six==1.16.0
17+ tomli==2.0.1
18+ typing_extensions==4.9.0
19+ wrapt==1.16.0
20+ zipp==3.17.0
21+ -e ../../../opentelemetry-instrumentation
22+ -e ../../../instrumentation/opentelemetry-instrumentation-remoulade
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ commands_pre =
435435
436436 redis: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
437437
438- remoulade: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[ test]
438+ remoulade: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade/ test-requirements.txt
439439
440440 requests: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
441441
@@ -548,7 +548,7 @@ commands_pre =
548548 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
549549 ; python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
550550 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
551- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
551+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade
552552 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
553553 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
554554 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
@@ -612,7 +612,7 @@ deps =
612612 # prerequisite: install unixodbc
613613 pyodbc~=4.0.30
614614 flaky ==3.7.0
615- remoulade>=0.50
615+ remoulade ==3.2.0
616616 mysqlclient~=2.1.1
617617 pyyaml ==5.3.1
618618
You can’t perform that action at this time.
0 commit comments