This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kj
Recipients Anthony Sottile, Zac Hatfield-Dodds, domdfcoding, jaraco, kj, miss-islington
Date 2021-06-06.10:38:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622975932.37.0.957918950858.issue44246@roundup.psfhosted.org>
In-reply-to
Content
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!
History
Date User Action Args
2021-06-06 10:38:52kjsetrecipients: + kj, jaraco, Anthony Sottile, Zac Hatfield-Dodds, miss-islington, domdfcoding
2021-06-06 10:38:52kjsetmessageid: <1622975932.37.0.957918950858.issue44246@roundup.psfhosted.org>
2021-06-06 10:38:52kjlinkissue44246 messages
2021-06-06 10:38:51kjcreate