From 28081cc0fe1f143c8eb388b3667573a44f3ea3e7 Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:48:38 -0300 Subject: [PATCH] Ignore tenacity.tornadoweb submodule in import_modules integration test --- test_container/tests/test/standard-flavor/all/import_modules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_container/tests/test/standard-flavor/all/import_modules.py b/test_container/tests/test/standard-flavor/all/import_modules.py index 64ce2d6c0..105d86a2c 100644 --- a/test_container/tests/test/standard-flavor/all/import_modules.py +++ b/test_container/tests/test/standard-flavor/all/import_modules.py @@ -140,6 +140,7 @@ def create_import_for_all_submodules_udf(self): "msrest.pipeline.aiohttp", "docker.transport.npipesocket", "docker.transport.npipeconn", + "tenacity.tornadoweb" } excluded_submodules = ( "sphinxext",