Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa70492

Browse files
committedMar 6, 2024··
Remove [test] package from _template
Fixes open-telemetry#2328
1 parent 46a8c59 commit fa70492

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎_template/pyproject.toml

-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ dependencies = [
3131
"opentelemetry-api ~= 1.12",
3232
]
3333

34-
[project.optional-dependencies]
35-
test = [
36-
# add any test dependencies here
37-
"<REPLACE ME>",
38-
]
39-
4034
[project.entry-points.opentelemetry_instrumentor]
4135
# REPLACE ME: the entrypoint for the instrumentor e.g
4236
# sqlalchemy = "opentelemetry.instrumentation.sqlalchemy:SQLAlchemyInstrumentor"

0 commit comments

Comments
 (0)