Jason R. Coombs <jar...@jaraco.com> added the comment:

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.

----------

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

Reply via email to