diff --git a/pyproject.toml b/pyproject.toml index f0f19ac06f..2e3b320b54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,6 +160,7 @@ testpaths = ["tests"] filterwarnings = [ "ignore:Module already imported so cannot be rewritten", "ignore:Deprecated call to", + "ignore:pkg_resources is deprecated as an API", # Remove on https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2181 has been fixed ] addopts = "-vs --cov-report term-missing --cov-report xml --dist loadscope --junitxml=pytest-junit.xml" junit_duration_report = "call"