Skip to content

Merge to 2024 Aug 05 NOAA-EMC/develop (d599fff4) and update to 2024 J… #77

Merge to 2024 Aug 05 NOAA-EMC/develop (d599fff4) and update to 2024 J…

Merge to 2024 Aug 05 NOAA-EMC/develop (d599fff4) and update to 2024 J… #77

GitHub Actions / Test Results failed Aug 28, 2024 in 0s

2 errors in 0s

2 tests   0 ✅  0s ⏱️
1 suites  0 💤
1 files    0 ❌  2 🔥

Results for commit f92292c.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions 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)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions 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)