File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
exporter/opentelemetry-exporter-richconsole Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ dependencies = [
30
30
" rich>=10.0.0" ,
31
31
]
32
32
33
- [project .optional-dependencies ]
34
- test = []
35
-
36
33
[project .urls ]
37
34
Homepage = " https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter/opentelemetry-exporter-richconsole"
38
35
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
+ flaky==3.7.0
5
+ importlib-metadata==6.11.0
6
+ iniconfig==2.0.0
7
+ markdown-it-py==3.0.0
8
+ mdurl==0.1.2
9
+ packaging==23.2
10
+ pluggy==1.4.0
11
+ py==1.11.0
12
+ py-cpuinfo==9.0.0
13
+ Pygments==2.17.2
14
+ pytest==7.1.3
15
+ pytest-benchmark==4.0.0
16
+ rich==13.7.1
17
+ tomli==2.0.1
18
+ typing_extensions==4.10.0
19
+ wrapt==1.16.0
20
+ zipp==3.17.0
21
+ -e exporter/opentelemetry-exporter-richconsole
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ commands_pre =
466
466
467
467
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
468
468
469
- richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[ test]
469
+ richconsole: pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/ test-requirements.txt
470
470
471
471
prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]
472
472
@@ -586,7 +586,7 @@ commands_pre =
586
586
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
587
587
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
588
588
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio[test]
589
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[ test]
589
+ pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/ test-requirements.txt
590
590
# requires snappy headers to be available on the system
591
591
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
592
592
python -m pip install -e {toxinidir}/resource/opentelemetry-resource-detector-container[test]
You can’t perform that action at this time.
0 commit comments