[New-bugs-announce] [issue39459] test_import: test_unwritable_module() fails on AMD64 Fedora Stable Clang Installed 3.x

STINNER Victor report at bugs.python.org
Mon Jan 27 04:19:04 EST 2020


New submission from STINNER Victor <vstinner at python.org>:

AMD64 Fedora Stable Clang Installed 3.x:
https://buildbot.python.org/all/#/builders/127/builds/212

test_unwritable_module (test.test_import.CircularImportTests) ... ERROR

======================================================================
ERROR: test_unwritable_module (test.test_import.CircularImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.9/test/test_import/__init__.py", line 1347, in test_unwritable_module
    import test.test_import.data.unwritable as unwritable
ModuleNotFoundError: No module named 'test.test_import.data.unwritable'

----------
components: Tests
messages: 360743
nosy: vstinner
priority: normal
severity: normal
status: open
title: test_import: test_unwritable_module() fails on AMD64 Fedora Stable Clang Installed 3.x
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39459>
_______________________________________


More information about the New-bugs-announce mailing list