File tree 3 files changed +23
-5
lines changed
exporter/opentelemetry-exporter-richconsole
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 @@ -432,7 +432,7 @@ commands_pre =
432
432
433
433
aiopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg/test-requirements.txt
434
434
435
- richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[ test]
435
+ richconsole: pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/ test-requirements.txt
436
436
437
437
prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]
438
438
@@ -615,7 +615,7 @@ commands_pre =
615
615
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql/test-requirements.txt
616
616
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
617
617
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio/test-requirements.txt
618
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[ test]
618
+ pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/ test-requirements.txt
619
619
# requires snappy headers to be available on the system
620
620
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
621
621
pip install -r {toxinidir}/resource/opentelemetry-resource-detector-container/test-requirements.txt
You can’t perform that action at this time.
0 commit comments