Drop obsolete parameterized test dependency (#2134)

In the test dependencies for `opentelemetry-instrumentation-falcon`,
don’t depend on `parametrized` because `pytest.mark.parametrize` is now
included in `pytest`.
This commit is contained in:
Ben Beasley
2024-02-14 23:21:14 -05:00
committed by GitHub
parent b6492a7999
commit 2518a4ac07

View File

@ -39,7 +39,6 @@ instruments = [
test = [
"opentelemetry-instrumentation-falcon[instruments]",
"opentelemetry-test-utils == 0.44b0.dev",
"parameterized == 0.7.4",
]
[project.entry-points.opentelemetry_instrumentor]