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 jaraco
Recipients Michael.Felt, barry, benthayer, jaraco, miss-islington
Date 2020-06-06.16:38:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591461505.19.0.242228365807.issue39791@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report Michael. I'm trying to figure out the best way to address the issue. That test is shared with importlib_metadata, so needs to run without CPython's test suite fixtures, such as the ones that generate non-ascii filenames. I'm tempted to just attempt to create the fixture and skip if the fixture fails. An alternate approach might be to attempt to load CPython's fixture, skip if that value is None, and fallback to the snowman otherwise.
History
Date User Action Args
2020-06-06 16:38:25jaracosetrecipients: + jaraco, barry, Michael.Felt, miss-islington, benthayer
2020-06-06 16:38:25jaracosetmessageid: <1591461505.19.0.242228365807.issue39791@roundup.psfhosted.org>
2020-06-06 16:38:25jaracolinkissue39791 messages
2020-06-06 16:38:25jaracocreate