Brandt Bucher <[email protected]> added the comment:
I'm seeing the following test failure locally on master (doesn't seem to be
showing up in CI though). I'm not too familiar with this stuff, but it looks
related to this change:
======================================================================
FAIL: test_all (test.test___all__.AllTest) (module='distutils.command')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bucher/src/cpython/Lib/test/test___all__.py", line 55, in
check_all
self.assertEqual(keys, all_set, "in module {}".format(modname))
File "/home/bucher/src/cpython/Lib/contextlib.py", line 140, in __exit__
next(self.gen)
File "/home/bucher/src/cpython/Lib/test/support/warnings_helper.py", line
177, in _filterwarnings
raise AssertionError("unhandled warning %s" % reraise[0])
AssertionError: unhandled warning {message :
ImportWarning('VendorImporter.exec_module() not found; falling back to
load_module()'), category : 'ImportWarning', filename : '<frozen
importlib._bootstrap>', lineno : 681, line : None}
----------------------------------------------------------------------
Should we be ignoring the new warning in this test as well? I'm still not sure
why I seem to be the only one seeing it.
----------
nosy: +brandtbucher
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue26131>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com