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 <rep...@bugs.python.org> <http://bugs.python.org/issue25805> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com