Skip to content

Commit 4c3bc72

Browse files
committed
Remove [test] package from exporter-richconsole
Fixes open-telemetry#2232
1 parent 8daa8ad commit 4c3bc72

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

exporter/opentelemetry-exporter-richconsole/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ dependencies = [
3030
"rich>=10.0.0",
3131
]
3232

33-
[project.optional-dependencies]
34-
test = []
35-
3633
[project.urls]
3734
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter/opentelemetry-exporter-richconsole"
3835

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ commands_pre =
466466

467467
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
468468

469-
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
469+
richconsole: pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/test-requirements.txt
470470

471471
prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]
472472

@@ -586,7 +586,7 @@ commands_pre =
586586
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
587587
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
588588
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
590590
# requires snappy headers to be available on the system
591591
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
592592
python -m pip install -e {toxinidir}/resource/opentelemetry-resource-detector-container[test]

0 commit comments

Comments
 (0)