Skip to content

Commit e5b0829

Browse files
committed
Remove [test] package from opentelemetry-exporter-otlp-proto-common
Fixes open-telemetry#3721
1 parent ca73f3f commit e5b0829

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
@@ -137,8 +137,7 @@ commands_pre =
137137

138138
opencensus: pip install {toxinidir}/exporter/opentelemetry-exporter-opencensus
139139

140-
exporter-otlp-proto-common: pip install {toxinidir}/opentelemetry-proto
141-
exporter-otlp-proto-common: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
140+
exporter-otlp-proto-common: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt
142141

143142
exporter-otlp-combined: pip install {toxinidir}/opentelemetry-proto
144143
exporter-otlp-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
@@ -220,7 +219,7 @@ commands_pre =
220219
python -m pip install -e {toxinidir}/shim/opentelemetry-opentracing-shim[test]
221220
python -m pip install -e {toxinidir}/shim/opentelemetry-opencensus-shim[test]
222221
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-opencensus[test]
223-
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common[test]
222+
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
224223
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc[test]
225224
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http[test]
226225
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp[test]

0 commit comments

Comments
 (0)