Skip to content

Update chains SDK docs and split definitions into public_types an… #490

Update chains SDK docs and split definitions into public_types an…

Update chains SDK docs and split definitions into public_types an… #490

GitHub Actions / JUnit Test Report failed Mar 8, 2025 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 3 in .venv/lib/python3.9/site-packages/aiohttp/test_utils.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_utils.truss-chains.tests.test_utils

collection failure
Raw output
ImportError while importing test module '/home/runner/work/truss/truss/truss-chains/tests/test_utils.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
truss-chains/tests/test_utils.py:3: in <module>
    import public_types
E   ModuleNotFoundError: No module named 'public_types'