Skip to content

more 3.9 fixes

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

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.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)

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.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)

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.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)