Skip to content

Commit

Permalink
Remove [test] package from _template (#2329)
Browse files Browse the repository at this point in the history
Fixes #2328
  • Loading branch information
ocelotl committed Mar 22, 2024
1 parent 86a552e commit 96655ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ dependencies = [
"opentelemetry-api ~= 1.12",
]

[project.optional-dependencies]
test = [
# add any test dependencies here
"<REPLACE ME>",
]

[project.entry-points.opentelemetry_instrumentor]
# REPLACE ME: the entrypoint for the instrumentor e.g
# sqlalchemy = "opentelemetry.instrumentation.sqlalchemy:SQLAlchemyInstrumentor"
Expand Down

0 comments on commit 96655ce

Please sign in to comment.