Correct UFS_utils' ccpp path #6
GitHub Actions / Test Results
failed
Sep 2, 2024 in 0s
2 errors in 0s
Annotations
github-actions / Test Results
test_rocotostat with error
ci/scripts/tests/test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/global-workflow/global-workflow/ci/scripts/tests/test_rocotostat.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.8/x64/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
test_rocotostat.py:9: in <module>
from rocotostat import rocoto_statcount, rocotostat_summary, is_done, is_stalled, CommandNotFoundError
../utils/rocotostat.py:8: in <module>
from wxflow import which, Logger, CommandNotFoundError, ProcessError
E ImportError: cannot import name 'ProcessError' from 'wxflow' (/home/runner/work/global-workflow/global-workflow/ci/scripts/tests/wxflow/__init__.py)
github-actions / Test Results
test_setup with error
ci/scripts/tests/test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/global-workflow/global-workflow/ci/scripts/tests/test_setup.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.8/x64/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
test_setup.py:1: in <module>
from wxflow import Executable, Configuration, ProcessError
E ImportError: cannot import name 'ProcessError' from 'wxflow' (/home/runner/work/global-workflow/global-workflow/ci/scripts/tests/wxflow/__init__.py)
Loading