Commit 45c3e5a 1 parent 1e0b11f commit 45c3e5a Copy full SHA for 45c3e5a
File tree 3 files changed +25
-7
lines changed
instrumentation/opentelemetry-instrumentation-remoulade
3 files changed +25
-7
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]
@@ -649,6 +649,7 @@ deps =
649
649
pymongo ==4.6.2
650
650
PyMySQL ==0.10.1
651
651
PyNaCl ==1.5.0
652
+ # prerequisite: install unixodbc
652
653
pyodbc ==4.0.39
653
654
pyrsistent ==0.20.0
654
655
pytest ==8.0.2
You can’t perform that action at this time.
0 commit comments