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

test_testcapi:test_get_hashed_dir

@pytest.mark.pypy_only
    def test_get_hashed_dir():
>       import _testcapi #make sure _testcapi is built

..\build\extra_tests\test_testcapi.py:7: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    import imp
    import os
    
    try:
        import cpyext
    except ImportError:
>       raise ImportError("No module named '_testcapi'")
E       ImportError: No module named '_testcapi'

..\build\lib_pypy\_testcapi.py:7: ImportError
builder: pypy-c-jit-win-x86-64 build #2505+
test: test_testcapi:test_get_hashed_dir