disable verbose unittest for Windows
This commit is contained in:
@@ -171,7 +171,7 @@ Type: totp
|
|||||||
self.assertEqual(count_files_in_dir('testout/qr'), 6)
|
self.assertEqual(count_files_in_dir('testout/qr'), 6)
|
||||||
|
|
||||||
def test_extract_verbose(self) -> None:
|
def test_extract_verbose(self) -> None:
|
||||||
if sys.implementation.name == 'pypy':
|
if sys.implementation.name == 'pypy' or sys.platform.startswith("win"):
|
||||||
self.skipTest("Avoid encoding problems")
|
self.skipTest("Avoid encoding problems")
|
||||||
out = io.StringIO()
|
out = io.StringIO()
|
||||||
with redirect_stdout(out):
|
with redirect_stdout(out):
|
||||||
|
|||||||
Reference in New Issue
Block a user