Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

test_pypy_modules:test_expected_modules[ctypes.test]

modname = 'ctypes.test'

    def test_expected_modules(modname):
>       importlib.import_module(modname)

../build/extra_tests/test_pypy_modules.py:75: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../build/lib-python/3/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

name = 'ctypes.test', import_ = <function _gcd_import at 0x00007f398a210fe0>

>   ???
E   ModuleNotFoundError: No module named 'ctypes.test'

<frozen importlib._bootstrap>:1324: ModuleNotFoundError
builder: pypy-c-jit-linux-x86-64 build #11860+
test: test_pypy_modules:test_expected_modules[ctypes.test]