Skip to content

Commit d77dad9

Browse files
ellertguitargeek
authored andcommitted
Add oqsprovider and liboqs to whitelist to address CentOS 10 failure
5/1406 Test #12: pyunittests-bindings-pyroot-pythonizations-pyroot-import-load-libs ............................***Failed 1.35 sec test_import (import_load_libs.ImportLoadLibs.test_import) Test libraries loaded after importing ROOT ... ERROR ====================================================================== ERROR: test_import (import_load_libs.ImportLoadLibs.test_import) Test libraries loaded after importing ROOT ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/root-6.34.06/bindings/pyroot/pythonizations/test/import_load_libs.py", line 124, in test_import raise Exception('Found not whitelisted libraries after importing ROOT:' \ Exception: Found not whitelisted libraries after importing ROOT: - oqsprovider - liboqs If the test fails with a library that is loaded on purpose, please add it to the whitelist. ---------------------------------------------------------------------- Ran 1 test in 1.188s FAILED (errors=1) CMake Error at /builddir/build/BUILD/root-6.34.06/cmake/modules/RootTestDriver.cmake:232 (message): error code: 1
1 parent c4935f9 commit d77dad9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/pyroot/pythonizations/test/import_load_libs.py

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class ImportLoadLibs(unittest.TestCase):
3939
'libMultiProc',
4040
'libssl',
4141
'libcrypt.*', # by libssl
42+
'oqsprovider', # loaded by libssl on e.g. centos10
43+
'liboqs', # used by above
4244
'libtbb',
4345
'libtbb_debug',
4446
'libtbbmalloc',

0 commit comments

Comments
 (0)