Skip to content

Bump version 3.14.0 #139

Bump version 3.14.0

Bump version 3.14.0 #139

GitHub Actions / Test Results failed Jan 18, 2025 in 0s

138 errors in 9s

138 tests     0 ✅  9s ⏱️
  4 suites    0 💤
  4 files      0 ❌  138 🔥

Results for commit 7b7c4b1.

Annotations

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_crypto.test_crypto with error

unit_test_results.xml [took 0s]
Raw output
collection failure
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_crypto/test_crypto.py:8: in <module>
    from pytezos.crypto.key import Key
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/key.py", line 148
E       match curve:
E             ^
E   SyntaxError: invalid syntax

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_crypto.test_encoding with error

unit_test_results.xml [took 0s]
Raw output
collection failure
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_crypto/test_encoding.py:4: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

tests.unit_tests.test_crypto.test_hashes with error

unit_test_results.xml [took 0s]
Raw output
collection failure
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_crypto/test_hashes.py:4: in <module>
    from pytezos.crypto.hash import block_payload_hash
src/pytezos/crypto/hash.py:4: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_michelson/test_micheline.py:5: in <module>
    from pytezos.michelson.forge import forge_micheline
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:13: in <module>
    from pytezos.context.abstract import AbstractContext
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
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:5: in <module>
    from pytezos.logging import logger
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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_chest with error

unit_test_results.xml [took 0s]
Raw output
collection failure
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_michelson/test_repl/test_chest.py:4: in <module>
    from pytezos.contract.interface 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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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_constants with error

unit_test_results.xml [took 0s]
Raw output
collection failure
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_michelson/test_repl/test_constants.py:3: in <module>
    from pytezos.contract.interface 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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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_execution with error

unit_test_results.xml [took 0s]
Raw output
collection failure
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_michelson/test_repl/test_execution.py:8: in <module>
    from pytezos.logging import logger
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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_lambda with error

unit_test_results.xml [took 0s]
Raw output
collection failure
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_michelson/test_repl/test_lambda.py:3: 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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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_macros with error

unit_test_results.xml [took 0s]
Raw output
collection failure
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_michelson/test_repl/test_macros.py:8: in <module>
    from pytezos.michelson.repl import Interpreter
src/pytezos/michelson/repl.py:10: 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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax

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_opcodes with error

unit_test_results.xml [took 0s]
Raw output
collection failure
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/python.py:493: in importtestmodule
    mod = import_path(
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1030: in _gcd_import
    ???
<frozen importlib._bootstrap>:1007: in _find_and_load
    ???
<frozen importlib._bootstrap>:986: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:680: in _load_unlocked
    ???
../../../.cache/pypoetry/virtualenvs/pytezos-fxeZDpKs-py3.9/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
    exec(co, module.__dict__)
tests/unit_tests/test_michelson/test_repl/test_opcodes.py:7: in <module>
    from pytezos import MichelsonRuntimeError
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:10: in <module>
    from pytezos.block.forge import bump_fitness
src/pytezos/block/forge.py:5: in <module>
    from pytezos.michelson.forge import forge_array
src/pytezos/michelson/forge.py:11: in <module>
    from pytezos.crypto.encoding import base58_decode
E     File "/home/runner/work/pytezos/pytezos/src/pytezos/crypto/encoding.py", line 69
E       match v:
E             ^
E   SyntaxError: invalid syntax