Skip to content

update metadata

update metadata #130

GitHub Actions / Test Results failed Jan 13, 2025 in 0s

3 errors, 4 skipped, 1β€ˆ081 pass in 34s

1β€ˆ088 tests  Β±0   1β€ˆ081 βœ… Β±0   34s ⏱️ -7s
β€‡β€ˆβ€‡β€‡4 suites Β±0β€‚β€ƒβ€ƒβ€‡β€ˆβ€‡β€‡4 πŸ’€ Β±0 
β€‡β€ˆβ€‡β€‡4 files   Β±0β€‚β€ƒβ€ƒβ€‡β€ˆβ€‡β€‡0 ❌ Β±0   3 πŸ”₯ Β±0 

Results for commit 524d1f0. ± Comparison against earlier commit 3b3c8b9.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.integration_tests.test_ligo_compiler.test_ligo_compiler_container with error

integration_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/integration_tests/test_ligo_compiler/test_ligo_compiler_container.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/integration_tests/test_ligo_compiler/test_ligo_compiler_container.py:7: in <module>
    from pytezos.cli.cli import cli
src/pytezos/cli/cli.py:30: in <module>
    from pytezos.sandbox.node import DOCKER_IMAGE
src/pytezos/sandbox/node.py:16: in <module>
    from testcontainers.core.container import Container  # type: ignore
E   ImportError: cannot import name 'Container' from 'testcontainers.core.container' (/home/runner/.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.13/lib/python3.13/site-packages/testcontainers/core/container.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.integration_tests.test_smartpy_cli.test_smartpy_cli with error

integration_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/integration_tests/test_smartpy_cli/test_smartpy_cli.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/integration_tests/test_smartpy_cli/test_smartpy_cli.py:8: in <module>
    from pytezos.cli.cli import cli
src/pytezos/cli/cli.py:30: in <module>
    from pytezos.sandbox.node import DOCKER_IMAGE
src/pytezos/sandbox/node.py:16: in <module>
    from testcontainers.core.container import Container  # type: ignore
E   ImportError: cannot import name 'Container' from 'testcontainers.core.container' (/home/runner/.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.13/lib/python3.13/site-packages/testcontainers/core/container.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.sandbox_tests.test_concurrent with error

sandbox_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/sandbox_tests/test_concurrent.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/sandbox_tests/test_concurrent.py:4: in <module>
    from pytezos.sandbox.node import SandboxedNodeAutoBakeTestCase
src/pytezos/sandbox/node.py:16: in <module>
    from testcontainers.core.container import Container  # type: ignore
E   ImportError: cannot import name 'Container' from 'testcontainers.core.container' (/home/runner/.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.13/lib/python3.13/site-packages/testcontainers/core/container.py)