Merge pull request #48 from OCHA-DAP/main #305
GitHub Actions / Test Results
failed
Jan 12, 2025 in 0s
3 errors in 8s
3 tests 0 ✅ 8s ⏱️
1 suites 0 💤
1 files 0 ❌ 3 🔥
Results for commit b3fadb0.
Annotations
github-actions / Test Results
tests.test_main with error
test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/hapi-pipelines-prod/hapi-pipelines-prod/tests/test_main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_main.py:41: in <module>
from hapi.pipelines.app.__main__ import add_defaults
src/hapi/pipelines/app/__main__.py:27: in <module>
from hapi.pipelines.app.pipelines import Pipelines
src/hapi/pipelines/app/pipelines.py:17: in <module>
from hapi.pipelines.database.food_price import FoodPrice
src/hapi/pipelines/database/food_price.py:16: in <module>
from .wfp_commodity import WFPCommodity
src/hapi/pipelines/database/wfp_commodity.py:12: in <module>
from ..utilities.mappings import get_code_from_name
src/hapi/pipelines/utilities/mappings.py:3: in <module>
from hdx.location.phonetics import Phonetics
E ModuleNotFoundError: No module named 'hdx.location.phonetics'
github-actions / Test Results
tests.test_mappings with error
test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/hapi-pipelines-prod/hapi-pipelines-prod/tests/test_mappings.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_mappings.py:3: in <module>
from hapi.pipelines.utilities.mappings import get_code_from_name
src/hapi/pipelines/utilities/mappings.py:3: in <module>
from hdx.location.phonetics import Phonetics
E ModuleNotFoundError: No module named 'hdx.location.phonetics'
github-actions / Test Results
tests.test_parse_tags with error
test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/hapi-pipelines-prod/hapi-pipelines-prod/tests/test_parse_tags.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_parse_tags.py:1: in <module>
from hapi.pipelines.utilities.parse_tags import (
src/hapi/pipelines/utilities/parse_tags.py:4: in <module>
from hdx.utilities.text import multiple_replace
E ImportError: cannot import name 'multiple_replace' from 'hdx.utilities.text' (/home/runner/.local/share/hatch/env/virtual/hapi-pipelines/KgSRzHTK/hatch-test.py3.12/lib/python3.12/site-packages/hdx/utilities/text.py)
Check notice on line 0 in .github
github-actions / Test Results
3 tests found
There are 3 tests, see "Raw output" for the full list of tests.
Raw output
tests.test_main
tests.test_mappings
tests.test_parse_tags
Loading