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 nascheme
Recipients nascheme
Date 2021-02-21.19:04:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613934277.61.0.647402041317.issue43288@roundup.psfhosted.org>
In-reply-to
Content
The FileSystem class is missing a skip() method.  If the file system doesn't support Unicode filenames, the test crashes.

  File "/home/nas/src/cpython/Lib/test/test_importlib/fixtures.py", line 221, in unicode_filename
    self.skip("File system does not support non-ascii.")
AttributeError: 'FileSystem' object has no attribute 'skip'

I'm running tests inside a Debian 32-bit container and for some reason the test.support.FS_NONASCII variable is not set.
History
Date User Action Args
2021-02-21 19:04:37naschemesetrecipients: + nascheme
2021-02-21 19:04:37naschemesetmessageid: <1613934277.61.0.647402041317.issue43288@roundup.psfhosted.org>
2021-02-21 19:04:37naschemelinkissue43288 messages
2021-02-21 19:04:37naschemecreate