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

pypy/module/thread/test/test_import_lock.py::AppTestThread::()::test_import_lock

self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x7f6d2d384750>

    def test_import_lock(self):
            # XXX XXX XXX this test fails if run together with all other tests
            # of this directory, but not when run alone
>           import _thread, imp
E           (application-level) ModuleNotFoundError: No module named 'imp'

[/build_dir/own-linux-x86-64/build/pypy/module/thread/test/test_import_lock.py:12]:4: ModuleNotFoundError
builder: own-linux-x86-64 build #10883+
test: pypy/module/thread/test/test_import_lock.py::AppTestThread::()::test_import_lock