Commit b2d8138 1 parent 46a8c59 commit b2d8138 Copy full SHA for b2d8138
File tree 3 files changed +25
-6
lines changed
instrumentation/opentelemetry-instrumentation-cassandra
3 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ instruments = [
35
35
" cassandra-driver ~= 3.25" ,
36
36
" scylla-driver ~= 3.25" ,
37
37
]
38
- test = [
39
- " opentelemetry-instrumentation-cassandra[instruments]" ,
40
- " opentelemetry-test-utils == 0.45b0.dev" ,
41
- ]
42
38
43
39
[project .entry-points .opentelemetry_instrumentor ]
44
40
cassandra = " opentelemetry.instrumentation.cassandra:CassandraInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ cassandra-driver==3.29.0
4
+ click==8.1.7
5
+ Deprecated==1.2.14
6
+ geomet==0.2.1.post1
7
+ importlib-metadata==6.11.0
8
+ iniconfig==2.0.0
9
+ packaging==23.2
10
+ pluggy==1.4.0
11
+ py==1.11.0
12
+ py-cpuinfo==9.0.0
13
+ pytest==7.1.3
14
+ pytest-benchmark==4.0.0
15
+ PyYAML==6.0.1
16
+ scylla-driver==3.26.6
17
+ six==1.16.0
18
+ tomli==2.0.1
19
+ typing_extensions==4.9.0
20
+ wrapt==1.16.0
21
+ zipp==3.17.0
22
+ -e opentelemetry-instrumentation
23
+ -e instrumentation/opentelemetry-instrumentation-cassandra
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ commands_pre =
356
356
357
357
botocore: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
358
358
359
- cassandra: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra[ test]
359
+ cassandra: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra/ test-requirements.txt
360
360
361
361
dbapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
362
362
@@ -546,7 +546,7 @@ commands_pre =
546
546
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
547
547
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
548
548
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
549
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra[ test]
549
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra/ test-requirements.txt
550
550
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
551
551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
552
552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
You can’t perform that action at this time.
0 commit comments