You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6: ERROR: test_algorithms (unittest.loader._FailedTest)
6: ----------------------------------------------------------------------
6: ImportError: Failed to import test module: test_algorithms
6: Traceback (most recent call last):
6: File "/opt/pyvenv/lib/python3.8/unittest/loader.py", line 436, in _find_test_path
6: module = self._get_module_from_name(name)
6: File "/opt/pyvenv/lib/python3.8/unittest/loader.py", line 377, in _get_module_from_name
6: __import__(name)
6: File "/opt/SIRF-SuperBuild/sources/CCPi-Framework/Wrappers/Python/test/test_algorithms.py", line 47, in <module>
6: from cil.utilities import dataexample
6: File "/opt/SIRF-SuperBuild/INSTALL/python/cil/utilities/dataexample.py", line 29, in <module>
6: from cil.io import NEXUSDataReader
6: File "/opt/SIRF-SuperBuild/INSTALL/python/cil/io/__init__.py", line 25, in <module>
6: from .TXRMDataReader import TXRMDataReader
6: File "/opt/SIRF-SuperBuild/INSTALL/python/cil/io/TXRMDataReader.py", line 22, in <module>
6: import olefile
6: ModuleNotFoundError: No module named 'olefile'
I guess we don't run these on normal Travis builds. In any case, we're missing olefile. Unfortunately, this makes all docker builds fail and stops us uploading anything on dockerhub
The text was updated successfully, but these errors were encountered:
KrisThielemans
changed the title
CIL_FRAMEWORK_TESTS_2 fail in docker test on Travis
CIL_FRAMEWORK_TESTS_2,5,6,8,9,11 fail in docker test on Travis
Mar 19, 2021
https://travis-ci.com/github/SyneRBI/SIRF-SuperBuild/jobs/492098570#L13907-L13921
I guess we don't run these on normal Travis builds. In any case, we're missing
olefile
. Unfortunately, this makes alldocker
builds fail and stops us uploading anything on dockerhubThe text was updated successfully, but these errors were encountered: