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 @@ -408,7 +408,7 @@ commands_pre =
408
408
409
409
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
410
410
411
- richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[ test]
411
+ richconsole: pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/ test-requirements.txt
412
412
413
413
prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]
414
414
@@ -583,7 +583,7 @@ commands_pre =
583
583
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
584
584
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
585
585
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio[test]
586
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[ test]
586
+ pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/ test-requirements.txt
587
587
# requires snappy headers to be available on the system
588
588
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
589
589
python -m pip install -e {toxinidir}/resource/opentelemetry-resource-detector-container[test]
You can’t perform that action at this time.
0 commit comments