File tree Expand file tree Collapse file tree 3 files changed +25
-6
lines changed
instrumentation/opentelemetry-instrumentation-cassandra Expand file tree Collapse file tree 3 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ instruments = [
3535 " cassandra-driver ~= 3.25" ,
3636 " scylla-driver ~= 3.25" ,
3737]
38- test = [
39- " opentelemetry-instrumentation-cassandra[instruments]" ,
40- " opentelemetry-test-utils == 0.45b0.dev" ,
41- ]
4238
4339[project .entry-points .opentelemetry_instrumentor ]
4440cassandra = " 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 =
356356
357357 botocore: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
358358
359- cassandra: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra[ test]
359+ cassandra: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra/ test-requirements.txt
360360
361361 dbapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
362362
@@ -546,7 +546,7 @@ commands_pre =
546546 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
547547 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
548548 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
550550 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
551551 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
552552 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
You can’t perform that action at this time.
0 commit comments