mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-10 16:46:38 +01:00
ci: mypy only for latest Python on ubuntu
This commit is contained in:
parent
9f725b227f
commit
a8559db6e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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' or sys.platform.startswith("win") or sys.version_info < (3, 10):
|
||||
self.skipTest("Avoid encoding problems")
|
||||
out = io.StringIO()
|
||||
with redirect_stdout(out):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue