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

pypy.module.imp.test.apptest_import:test_load_source

def test_load_source():
>       fn = _py_file()

../build/pypy/module/imp/test/apptest_import.py:158: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def _py_file():
        fname = os.path.join(tempfile.mkdtemp(), '@TEST.py')
>       with open(fname, 'w') as f:
E       LookupError: unknown encoding:

../build/pypy/module/imp/test/apptest_import.py:10: LookupError
builder: pypy-c-jit-macos-x86-64 build #1437+
test: pypy.module.imp.test.apptest_import:test_load_source