ignore types for stdout.reconfigure

This commit is contained in:
scito 2023-01-01 00:17:27 +01:00
parent b3fc854078
commit 003e122808
3 changed files with 4 additions and 4 deletions

View file

@ -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: