Remove [test] package from _template (#2329)

Fixes #2328
This commit is contained in:
Diego Hurtado 2024-03-21 23:06:44 -06:00 committed by GitHub
parent 86a552ecc8
commit 96655cefbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -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"