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 d957f32 commit 0a047e1Copy full SHA for 0a047e1
1 file changed
ietf/settings.py
@@ -25,6 +25,8 @@
25
warnings.filterwarnings("ignore", message="Duplicate index '.*' defined on the table")
26
# Warnings found under Python 3.7:
27
warnings.filterwarnings("ignore", message="'U' mode is deprecated", module="docutils.io")
28
+warnings.filterwarnings("ignore", message="'U' mode is deprecated", module="xml2rfc")
29
+warnings.filterwarnings("ignore", message="Flags not at the start of the expression", module="genshi")
30
31
32
try:
0 commit comments