File tree Expand file tree Collapse file tree 3 files changed +34
-7
lines changed
instrumentation/opentelemetry-instrumentation-celery Expand file tree Collapse file tree 3 files changed +34
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ dependencies = [
33
33
instruments = [
34
34
" celery >= 4.0, < 6.0" ,
35
35
]
36
- test = [
37
- " opentelemetry-instrumentation-celery[instruments]" ,
38
- " opentelemetry-test-utils == 0.45b0.dev" ,
39
- " pytest" ,
40
- ]
41
36
42
37
[project .entry-points .opentelemetry_instrumentor ]
43
38
celery = " opentelemetry.instrumentation.celery:CeleryInstrumentor"
Original file line number Diff line number Diff line change
1
+ amqp==5.2.0
2
+ asgiref==3.7.2
3
+ attrs==23.2.0
4
+ backports.zoneinfo==0.2.1
5
+ billiard==4.2.0
6
+ celery==5.3.6
7
+ click==8.1.7
8
+ click-didyoumean==0.3.0
9
+ click-plugins==1.1.1
10
+ click-repl==0.3.0
11
+ Deprecated==1.2.14
12
+ importlib-metadata==6.11.0
13
+ iniconfig==2.0.0
14
+ kombu==5.3.5
15
+ packaging==23.2
16
+ pluggy==1.4.0
17
+ prompt-toolkit==3.0.43
18
+ py==1.11.0
19
+ py-cpuinfo==9.0.0
20
+ pytest==7.1.3
21
+ pytest-benchmark==4.0.0
22
+ python-dateutil==2.8.2
23
+ six==1.16.0
24
+ tomli==2.0.1
25
+ typing_extensions==4.9.0
26
+ tzdata==2024.1
27
+ vine==5.1.0
28
+ wcwidth==0.2.13
29
+ wrapt==1.16.0
30
+ zipp==3.17.0
31
+ -e ../../../opentelemetry-instrumentation
32
+ -e ../../../instrumentation/opentelemetry-instrumentation-celery
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ commands_pre =
379
379
380
380
distro: pip install {toxinidir}/opentelemetry-distro
381
381
382
- celery: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[ test]
382
+ celery: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-celery/ test-requirements.txt
383
383
384
384
sio-pika-{0,1}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
385
385
@@ -550,7 +550,7 @@ commands_pre =
550
550
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
551
551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
552
552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra[test]
553
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
553
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery
554
554
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
555
555
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
556
556
; python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
You can’t perform that action at this time.
0 commit comments