We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374c1a4 commit 76fa01bCopy full SHA for 76fa01b
1 file changed
ietf/settings.py
@@ -13,6 +13,7 @@
13
from typing import Any, Dict, List, Tuple # pyflakes:ignore
14
15
warnings.simplefilter("always", DeprecationWarning)
16
+warnings.filterwarnings("ignore", message="'oidc_provider' defines default_app_config") # hopefully only need until Django 4.1 or 4.2
17
warnings.filterwarnings("ignore", message="'urllib3\\[secure\\]' extra is deprecated")
18
warnings.filterwarnings("ignore", message="The logout\\(\\) view is superseded by")
19
warnings.filterwarnings("ignore", message="Report.file_reporters will no longer be available in Coverage.py 4.2", module="coverage.report")
0 commit comments