From 4826dc9c4429e239e97ac3e502db884f3e1ef72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Gajdu=C5=A1ek?= Date: Thu, 14 Nov 2024 21:21:14 +0100 Subject: [PATCH] Rely on dynaconf to render the config based on is_ipv6 setting (#16886) (cherry picked from commit 388a0ec6adeb74148e3225565969a57a4f6e4af0) --- robottelo/config/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/robottelo/config/__init__.py b/robottelo/config/__init__.py index 13769cdef2a..ff03ac7615c 100644 --- a/robottelo/config/__init__.py +++ b/robottelo/config/__init__.py @@ -37,7 +37,6 @@ def get_settings(): load_dotenv=True, ) settings.validators.register(**VALIDATORS) - try: settings.validators.validate() except ValidationError as err: