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.contract_tests.akaswap_raffle_event.test_akaswap_raffle_event with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event.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/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event.py:7: in <module>
    from pytezos.michelson.forge import forge_micheline
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.contract_tests.akaswap_raffle_event.test_akaswap_raffle_event_add_prize with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event_add_prize.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/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event_add_prize.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.akaswap_raffle_event.test_akaswap_raffle_event_oracle_callback with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event_oracle_callback.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/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event_oracle_callback.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.akaswap_raffle_event.test_akaswap_raffle_event_pick_assign_prize with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event_pick_assign_prize.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/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event_pick_assign_prize.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.akaswap_raffle_event.test_akaswap_raffle_event_raffle with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event_raffle.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/contract_tests/akaswap_raffle_event/test_akaswap_raffle_event_raffle.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.ctez_tez_plenty_stable_swap.test_ctez_tez_plenty_stable_swap with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap.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/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap.py:8: 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.contract_tests.ctez_tez_plenty_stable_swap.test_ctez_tez_plenty_stable_swap_ChangeBakerAddress with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_ChangeBakerAddress.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/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_ChangeBakerAddress.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.ctez_tez_plenty_stable_swap.test_ctez_tez_plenty_stable_swap_add_liquidity with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_add_liquidity.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/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_add_liquidity.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.ctez_tez_plenty_stable_swap.test_ctez_tez_plenty_stable_swap_ctez_to_tez with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_ctez_to_tez.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/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_ctez_to_tez.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.ctez_tez_plenty_stable_swap.test_ctez_tez_plenty_stable_swap_ctez_to_tez_callback with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_ctez_to_tez_callback.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/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_ctez_to_tez_callback.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.ctez_tez_plenty_stable_swap.test_ctez_tez_plenty_stable_swap_remove_liquidity with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_remove_liquidity.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/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_remove_liquidity.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.ctez_tez_plenty_stable_swap.test_ctez_tez_plenty_stable_swap_tez_to_ctez with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_tez_to_ctez.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/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_tez_to_ctez.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.ctez_tez_plenty_stable_swap.test_ctez_tez_plenty_stable_swap_tez_to_ctez_callback with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_tez_to_ctez_callback.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/contract_tests/ctez_tez_plenty_stable_swap/test_ctez_tez_plenty_stable_swap_tez_to_ctez_callback.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.ctez_tez_pnlp_farm.test_ctez_tez_pnlp_farm with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_pnlp_farm/test_ctez_tez_pnlp_farm.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/contract_tests/ctez_tez_pnlp_farm/test_ctez_tez_pnlp_farm.py:8: 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.contract_tests.ctez_tez_pnlp_farm.test_ctez_tez_pnlp_farm_GetReward with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_pnlp_farm/test_ctez_tez_pnlp_farm_GetReward.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/contract_tests/ctez_tez_pnlp_farm/test_ctez_tez_pnlp_farm_GetReward.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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.contract_tests.ctez_tez_pnlp_farm.test_ctez_tez_pnlp_farm_stake with error

contract_test_results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/pytezos/pytezos/tests/contract_tests/ctez_tez_pnlp_farm/test_ctez_tez_pnlp_farm_stake.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/contract_tests/ctez_tez_pnlp_farm/test_ctez_tez_pnlp_farm_stake.py:8: in <module>
    from pytezos.michelson.program import MichelsonProgram
src/pytezos/michelson/program.py:9: 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)