Skip to content

Commit ce54b02

Browse files
authored
#1330: Ignore Python module 'google_crc32c._crc32c' in import test (#592)
related to exasol/script-languages-release#1330
1 parent 5caf405 commit ce54b02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_container/tests/test/standard-flavor/all/python/import_modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def create_import_for_all_submodules_udf(self):
154154
"sklearn.externals.array_api_compat",
155155
"starlette",
156156
"uvicorn",
157+
"google_crc32c.cext",
157158
}
158159
excluded_submodules = (
159160
"sphinxext",

0 commit comments

Comments
 (0)