mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-15 02:56:37 +01:00
ignore types for stdout.reconfigure
This commit is contained in:
parent
b3fc854078
commit
003e122808
3 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ qreader_available: bool = extract_otp_secrets.qreader_available
|
|||
|
||||
|
||||
# Quickfix comment
|
||||
#@pytest.mark.skipif(sys.platform.startswith("win") or not qreader_available or sys.implementation.name == 'pypy', reason="Quickfix")
|
||||
# @pytest.mark.skipif(sys.platform.startswith("win") or not qreader_available or sys.implementation.name == 'pypy', reason="Quickfix")
|
||||
|
||||
|
||||
def test_extract_stdout(capsys: pytest.CaptureFixture[str]) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue