Skip to content

Commit 87c4859

Browse files
committed
Remove [test] package from opentelemetry-exporter-otlp-proto-common
Fixes open-telemetry#3721
1 parent 7401bc0 commit 87c4859

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

Diff for: exporter/opentelemetry-exporter-otlp-proto-common/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ dependencies = [
2727
"opentelemetry-proto == 1.24.0.dev",
2828
]
2929

30-
[project.optional-dependencies]
31-
test = []
32-
3330
[project.urls]
3431
Homepage = "https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-common"
3532

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
packaging==23.2
8+
pluggy==1.4.0
9+
protobuf==4.25.3
10+
py==1.11.0
11+
py-cpuinfo==9.0.0
12+
pytest==7.1.3
13+
pytest-benchmark==4.0.0
14+
tomli==2.0.1
15+
typing_extensions==4.10.0
16+
wrapt==1.16.0
17+
zipp==3.17.0
18+
-e opentelemetry-proto
19+
-e exporter/opentelemetry-exporter-otlp-proto-common

Diff for: tox.ini

+2-3
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ commands_pre =
120120

121121
exporter-opencensus: pip install -r {toxinidir}/exporter/opentelemetry-exporter-opencensus/test-requirements.txt
122122

123-
exporter-otlp-proto-common: pip install {toxinidir}/opentelemetry-proto
124-
exporter-otlp-proto-common: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
123+
exporter-otlp-proto-common: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt
125124

126125
exporter-otlp-combined: pip install {toxinidir}/opentelemetry-proto
127126
exporter-otlp-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
@@ -221,7 +220,7 @@ commands_pre =
221220
pip install -r {toxinidir}/shim/opentelemetry-opencensus-shim/test-requirements.txt
222221
pip install -r {toxinidir}/exporter/opentelemetry-exporter-opencensus/test-requirements.txt
223222
pip install -r {toxinidir}/tests/opentelemetry-test-utils/test-requirements.txt
224-
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common[test]
223+
pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt
225224
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc[test]
226225
pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-1.txt
227226
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp[test]

0 commit comments

Comments
 (0)