mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 13:43:03 +08:00
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:
@ -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]
|
||||
|
Reference in New Issue
Block a user