[New-bugs-announce] [issue19724] test_pkgutil buildbot failure (related to PEP 451)

Eric Snow report at bugs.python.org
Fri Nov 22 21:30:17 CET 2013


New submission from Eric Snow:

http://buildbot.python.org/all/builders/x86%20Gentoo%203.x/builds/5448/steps/test/logs/stdio

======================================================================
ERROR: test_iter_importers (test.test_pkgutil.ExtendPathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 2128, in _find_and_load_unlocked
AttributeError: 'module' object has no attribute '__path__'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_pkgutil.py", line 206, in test_iter_importers
    importlib.import_module(fullname)
  File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/importlib/__init__.py", line 129, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2164, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2147, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2131, in _find_and_load_unlocked
ImportError: No module named 'spam.eggs'; spam is not a package

----------
components: Library (Lib), Tests
messages: 203861
nosy: brett.cannon, eric.snow
priority: high
severity: normal
stage: needs patch
status: open
title: test_pkgutil buildbot failure (related to PEP 451)
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19724>
_______________________________________


More information about the New-bugs-announce mailing list