[New-bugs-announce] [issue25805] Failure in test_pkgutil run from command-line

SilentGhost report at bugs.python.org
Sat Dec 5 04:08:04 EST 2015


New submission from SilentGhost:

Running ./python Lib/test/test_pkgutil.py I got one test failing:

test.support.TestFailed: Traceback (most recent call last):
  File "Lib/test/test_pkgutil.py", line 346, in test_get_loader_handles_missing_loader_attribute
    self.assertIsNotNone(pkgutil.get_loader(__name__))
AssertionError: unexpectedly None

When run as `./python -m test test_pkgutil` everything is fine.

----------
components: Tests
messages: 255939
nosy: SilentGhost, alexis, dstufft, eric.araujo, lemburg, paul.moore, tarek
priority: normal
severity: normal
status: open
title: Failure in test_pkgutil run from command-line
type: behavior
versions: Python 3.6

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


More information about the New-bugs-announce mailing list