Skip to content

Commit 86eb7df

Browse files
committed
Remove [test] package from exporter-richconsole
Fixes open-telemetry#2232
1 parent dc62f8d commit 86eb7df

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

Diff for: exporter/opentelemetry-exporter-richconsole/pyproject.toml

-3
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

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

Diff for: tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ commands_pre =
432432

433433
aiopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg/test-requirements.txt
434434

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

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

@@ -615,7 +615,7 @@ commands_pre =
615615
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql/test-requirements.txt
616616
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
617617
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
619619
# requires snappy headers to be available on the system
620620
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
621621
pip install -r {toxinidir}/resource/opentelemetry-resource-detector-container/test-requirements.txt

0 commit comments

Comments
 (0)