Commit ef5845e 1 parent 46a8c59 commit ef5845e Copy full SHA for ef5845e
File tree 3 files changed +25
-8
lines changed
instrumentation/opentelemetry-instrumentation-remoulade
3 files changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ dependencies = [
33
33
instruments = [
34
34
" remoulade >= 0.50" ,
35
35
]
36
- test = [
37
- " opentelemetry-instrumentation-remoulade[instruments]" ,
38
- " opentelemetry-test-utils == 0.45b0.dev" ,
39
- " opentelemetry-sdk ~= 1.10"
40
- ]
41
36
42
37
[project .entry-points .opentelemetry_instrumentor ]
43
38
remoulade = " 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 @@ -384,7 +384,7 @@ commands_pre =
384
384
385
385
redis: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
386
386
387
- remoulade: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[ test]
387
+ remoulade: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade/ test-requirements.txt
388
388
389
389
requests: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
390
390
@@ -552,7 +552,7 @@ commands_pre =
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
554
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
555
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[ test]
555
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade/ test-requirements.txt
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]
558
558
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
@@ -618,7 +618,7 @@ deps =
618
618
# prerequisite: install unixodbc
619
619
pyodbc~=4.0.30
620
620
flaky ==3.7.0
621
- remoulade>=0.50
621
+ remoulade ==3.2.0
622
622
mysqlclient~=2.1.1
623
623
pyyaml ==5.3.1
624
624
You can’t perform that action at this time.
0 commit comments