Skip to content

Commit 2518a4a

Browse files
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`.
1 parent b6492a7 commit 2518a4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation/opentelemetry-instrumentation-falcon/pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ instruments = [
3939
test = [
4040
"opentelemetry-instrumentation-falcon[instruments]",
4141
"opentelemetry-test-utils == 0.44b0.dev",
42-
"parameterized == 0.7.4",
4342
]
4443

4544
[project.entry-points.opentelemetry_instrumentor]

0 commit comments

Comments
 (0)