more 3.9 fixes #132
GitHub Actions / Test Results
failed
Jan 13, 2025 in 0s
3 errors, 4 skipped, 1β081 pass in 36s
1β088 testsβ +351βββ1β081 β
+345βββ36s β±οΈ +12s
ββββ4 suites +ββ3βββββββ4 π€ +ββ3β
ββββ4 filesββ +ββ3βββββββ0 β Β±ββ0βββ3 π₯ +3β
Results for commit 23d5fb9.βΒ± Comparison against earlier commit 02e3ec4.
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.12.8/x64/lib/python3.12/importlib/__init__.py:90: 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.12/lib/python3.12/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.12.8/x64/lib/python3.12/importlib/__init__.py:90: 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.12/lib/python3.12/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.12.8/x64/lib/python3.12/importlib/__init__.py:90: 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.12/lib/python3.12/site-packages/testcontainers/core/container.py)
Loading