Ken Jin <kenjin4...@gmail.com> added the comment:

The new test `test_entry_points_by_index` (added in 
c34ed08d975fb7daa7b329f7c631647782290393 ) seems to fail on some windows 
buildbots: 

https://dev.azure.com/Python/cpython/_build/results?buildId=81807&view=logs&j=c8a71634-e5ec-54a0-3958-760f4148b765&t=599737bc-ad72-560d-1530-0f89b05729e4

A copy of the error output for everyone's convenience:
======================================================================
ERROR: test_entry_points_by_index 
(test.test_importlib.test_metadata_api.APITests)
Prior versions of Distribution.entry_points would return a
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"D:\a\1\b\layout-appx-amd64\lib\test\test_importlib\test_metadata_api.py", line 
145, in test_entry_points_by_index
    expected = next(iter(caught))
StopIteration

----------------------------------------------------------------------

BTW, the same buildbot is currently failing on main with a different error 
which masks that error above. I'll do more digging if no one takes this up by 
next week. Currently I'm not able to reproduce that locally on my windows 
machine. Thanks all!

----------
nosy: +kj

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44246>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to