Skip to content

>= all deps, try disabling action cache #90

>= all deps, try disabling action cache

>= all deps, try disabling action cache #90

GitHub Actions / Test Results failed Jun 23, 2024 in 0s

135 errors in 3s

135 tests  +135     0 ✅ ±  0   3s ⏱️ +3s
  4 suites +  4     0 💤 ±  0 
  4 files   +  4     0 ❌ ±  0   135 🔥 +135 

Results for commit e7527fd. ± Comparison against earlier commit e193f03.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.integration_tests.test_callback_view 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_callback_view.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/integration_tests/test_callback_view.py:3: in <module>
    from pytezos import pytezos
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.integration_tests.test_forging 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_forging.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/integration_tests/test_forging.py:3: in <module>
    from pytezos import pytezos
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.integration_tests.test_injection 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_injection.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/integration_tests/test_injection.py:5: in <module>
    from pytezos import pytezos
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

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:
/usr/lib/python3.10/importlib/__init__.py:126: 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/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.integration_tests.test_metadata 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_metadata.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/integration_tests/test_metadata.py:5: in <module>
    from pytezos import pytezos
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.integration_tests.test_regression 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_regression.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/integration_tests/test_regression.py:4: in <module>
    from pytezos import pytezos
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.integration_tests.test_sender 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_sender.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/integration_tests/test_sender.py:4: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.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:
/usr/lib/python3.10/importlib/__init__.py:126: 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/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.integration_tests.test_token_metadata 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_token_metadata.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/integration_tests/test_token_metadata.py:4: in <module>
    from pytezos import pytezos
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.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:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/sandbox_tests/test_concurrent.py:1: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_context with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_context.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_context.py:4: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_big_map_arg with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_big_map_arg.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_big_map_arg.py:5: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_compare_enum with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_compare_enum.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_compare_enum.py:5: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_data_conversion with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_data_conversion.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_data_conversion.py:7: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_interfaces with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_interfaces.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_interfaces.py:5: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_mac with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_mac.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_mac.py:5: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_metadata with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_metadata.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_metadata.py:7: in <module>
    from pytezos.contract.metadata import ContractMetadata
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_nft with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_nft.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_nft.py:5: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_token_metadata with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_token_metadata.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_token_metadata.py:7: in <module>
    from pytezos.contract.token_metadata import ContractTokenMetadata
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_txr1 with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_txr1.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_txr1.py:5: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_contract.test_views with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_contract/test_views.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_contract/test_views.py:5: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_michelson.test_instructions.test_jupyter with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_michelson/test_instructions/test_jupyter.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_michelson/test_instructions/test_jupyter.py:5: in <module>
    from pytezos import ContractInterface
src/pytezos/__init__.py:15: in <module>
    from pytezos.client import PyTezosClient
src/pytezos/client.py:7: in <module>
    from pytezos.block.header import BlockHeader
src/pytezos/block/header.py:13: in <module>
    from pytezos.context.impl import ExecutionContext
src/pytezos/context/impl.py:15: in <module>
    from pytezos.michelson.micheline import get_script_section
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_michelson.test_micheline with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_michelson/test_micheline.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_michelson/test_micheline.py:8: in <module>
    from pytezos.michelson.micheline import blind_unpack
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_michelson.test_parser with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_michelson/test_parser.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_michelson/test_parser.py:4: in <module>
    from pytezos.michelson.types import TimestampType
src/pytezos/michelson/types/__init__.py:1: in <module>
    from pytezos.michelson.types.base import MichelsonType
src/pytezos/michelson/types/base.py:16: in <module>
    from pytezos.michelson.micheline import Micheline
src/pytezos/michelson/micheline.py:22: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_michelson.test_repl.test_big_maps with error

unit_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/unit_tests/test_michelson/test_repl/test_big_maps.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit_tests/test_michelson/test_repl/test_big_maps.py:9: in <module>
    from pytezos.michelson.format import micheline_to_michelson
src/pytezos/michelson/format.py:2: in <module>
    from datetime import UTC
E   ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)