pytest.mark.skipif(locale.getpreferredencoding() == 'ANSI_X3.4-1968',
reason="Wrong preferred encoding")
| 1 | import sys |
| 2 | import gc |
| 3 | import gzip |
| 4 | import os |
nothing calls this directly
no outgoing calls
no test coverage detected