From 9733908fff67a5bf376507d18d9736621049c97a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 23 May 2019 18:16:29 +0000 Subject: [PATCH] Removed a patch from the list of package patches to apply. - Legacy-Id: 16225 --- ietf/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index a0b7ef80a..29d45cf02 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -1013,7 +1013,6 @@ SILENCED_SYSTEM_CHECKS = [ CHECKS_LIBRARY_PATCHES_TO_APPLY = [ 'patch/fix-django-unicode-comparison-bug.patch', 'patch/fix-unidecode-argument-warning.patch', - 'patch/fix-faker-provider-ro-RO-string.patch', 'patch/fix-patch-no-chdir.patch', ] if DEBUG: