START: ptest-runner
2025-03-26T10:44

ImportError while importing test module '/usr/lib/python3-rpds-py/ptest/tests/test_hash_trie_map.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_hash_trie_map.py:37: in <module>
    from rpds import HashTrieMap
../../python3.13/site-packages/rpds/__init__.py:1: in <module>
    from .rpds import *
E   ModuleNotFoundError: No module named 'rpds.rpds'
ERROR: tests/test_hash_trie_map.py:tests/test_hash_trie_map.py

ImportError while importing test module '/usr/lib/python3-rpds-py/ptest/tests/test_hash_trie_set.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_hash_trie_set.py:35: in <module>
    from rpds import HashTrieSet
../../python3.13/site-packages/rpds/__init__.py:1: in <module>
    from .rpds import *
E   ModuleNotFoundError: No module named 'rpds.rpds'
ERROR: tests/test_hash_trie_set.py:tests/test_hash_trie_set.py

ImportError while importing test module '/usr/lib/python3-rpds-py/ptest/tests/test_list.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_list.py:34: in <module>
    from rpds import List
../../python3.13/site-packages/rpds/__init__.py:1: in <module>
    from .rpds import *
E   ModuleNotFoundError: No module named 'rpds.rpds'
ERROR: tests/test_list.py:tests/test_list.py

ImportError while importing test module '/usr/lib/python3-rpds-py/ptest/tests/test_queue.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_queue.py:32: in <module>
    from rpds import Queue
../../python3.13/site-packages/rpds/__init__.py:1: in <module>
    from .rpds import *
E   ModuleNotFoundError: No module named 'rpds.rpds'
ERROR: tests/test_queue.py:tests/test_queue.py
============================================================================
Testsuite summary
# TOTAL: 4
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 4

ERROR: Exit status is 2
DURATION: 1
