Skip to content

Commit 96655ce

Browse files
authored
Remove [test] package from _template (#2329)
Fixes #2328
1 parent 86a552e commit 96655ce

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)