Skip to content

Commit

Permalink
Drop obsolete parameterized test dependency (#2134)
Browse files Browse the repository at this point in the history
In the test dependencies for `opentelemetry-instrumentation-falcon`,
don’t depend on `parametrized` because `pytest.mark.parametrize` is now
included in `pytest`.
  • Loading branch information
musicinmybrain committed Feb 15, 2024
1 parent b6492a7 commit 2518a4a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2518a4a

Please sign in to comment.