update metadata #130
GitHub Actions / Test Results
failed
Jan 13, 2025 in 0s
3 errors, 4 skipped, 1β081 pass in 34s
Annotations
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)
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)
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)
Loading