fix finput encoding problem on Windows

This commit is contained in:
scito
2022-12-31 21:24:01 +01:00
parent 739ae4c012
commit 5be6e9c322
3 changed files with 6 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ Type: totp
self.assertEqual(count_files_in_dir('testout/qr'), 6)
def test_extract_verbose(self) -> None:
if sys.implementation.name == 'pypy' or sys.platform.startswith("win"):
if sys.implementation.name == 'pypy':
self.skipTest("Avoid encoding problems")
out = io.StringIO()
with redirect_stdout(out):