pypy.module.exceptions.test.apptest_exceptions:test_importerror_from_import_sets_name_from
def test_importerror_from_import_sets_name_from(): > exc = raises(ImportError, "from sys import bluchbluchblah") E TypeError: 'from sys import bluchbluchblah' object (type: <class 'str'>) must be callable ../build/pypy/module/exceptions/test/apptest_exceptions.py:65: TypeError
builder: pypy-c-jit-linux-aarch64 build #3020+
test: pypy.module.exceptions.test.apptest_exceptions:test_importerror_from_import_sets_name_from