Skip to content

Commit 1c265b5

Browse files
committed
Added two new warning ignore statements and two new patches.
- Legacy-Id: 14672
1 parent c3fb645 commit 1c265b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
warnings.simplefilter("always", DeprecationWarning)
1313
warnings.filterwarnings("ignore", message="Report.file_reporters will no longer be available in Coverage.py 4.2", module="coverage.report")
1414
warnings.filterwarnings("ignore", message="The popen2 module is deprecated. Use the subprocess module.", module="ietf.utils.pipe")
15+
warnings.filterwarnings("ignore", message="The load_template\(\) method is deprecated. Use get_template\(\) instead.")
16+
warnings.filterwarnings("ignore", message="escape isn't the last filter in")
1517

1618

1719
try:
@@ -930,6 +932,8 @@ def skip_unreadable_post(record):
930932
CHECKS_LIBRARY_PATCHES_TO_APPLY = [
931933
'patch/fix-django-unicode-comparison-bug.patch',
932934
'patch/fix-unidecode-argument-warning.patch',
935+
'patch/fix-faker-provider-ro-RO-string.patch',
936+
'patch/add-patch-already-patched-flag.patch',
933937
]
934938

935939
STATS_NAMES_LIMIT = 25

0 commit comments

Comments
 (0)