Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
GitHub Actions / Test Results (MA/MR) - Preflight, Unit failed Feb 4, 2026 in 0s

1 errors in 16s

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

Results for commit 7679391.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (MA/MR) - Preflight, Unit

tests.unit.services.sns.test_sns with error

pytest-junit-unit.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/localstack/localstack/tests/unit/services/sns/test_sns.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.13.11/x64/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/unit/services/sns/test_sns.py:13: in <module>
    from localstack.services.sns.provider import (
E   ImportError: cannot import name 'is_raw_message_delivery' from 'localstack.services.sns.provider' (/home/runner/work/localstack/localstack/localstack-core/localstack/services/sns/provider.py)