Skip to content

Commit c5534f5

Browse files
committed
Remove [test] package from opentelemetry-api
Fixes open-telemetry#3731
1 parent 216411f commit c5534f5

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

opentelemetry-api/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ dynamic = [
3434
]
3535

3636
[project.optional-dependencies]
37-
test = []
38-
39-
[project.entry-points.opentelemetry_context]
4037
contextvars_context = "opentelemetry.context.contextvars_context:ContextVarsRuntimeContext"
4138

4239
[project.entry-points.opentelemetry_environment_variables]
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
py==1.11.0
10+
py-cpuinfo==9.0.0
11+
pytest==7.1.3
12+
pytest-benchmark==4.0.0
13+
tomli==2.0.1
14+
typing_extensions==4.10.0
15+
wrapt==1.16.0
16+
zipp==3.17.0
17+
-e opentelemetry-api

0 commit comments

Comments
 (0)