We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a616cab commit d73fbd3Copy full SHA for d73fbd3
pyproject.toml
@@ -282,6 +282,8 @@ filterwarnings = [
282
"ignore:The '__version__' attribute is deprecated and will be removed in Flask 3.1:DeprecationWarning",
283
"ignore:The `capture_request_headers` parameter is deprecated. Use `capture_headers` instead.:DeprecationWarning",
284
"ignore:The `capture_response_headers` parameter is deprecated. Use `capture_headers` instead.:DeprecationWarning",
285
+ # kombu using deprecated redis API
286
+ "ignore:Call to 'get_connection' function with deprecated usage of input argument/s.*:DeprecationWarning",
287
]
288
DJANGO_SETTINGS_MODULE = "tests.otel_integrations.django_test_project.django_test_site.settings"
289
0 commit comments