diff --git a/tests/test_keypad.py b/tests/test_keypad.py index 04826ad..f3c2389 100644 --- a/tests/test_keypad.py +++ b/tests/test_keypad.py @@ -37,6 +37,9 @@ def test_keypad(backend: BackendInterface, test_name: str, default_screenshot_path: str, digits: bool) -> None: + if firmware.is_nano: + pytest.skip("Nano needs speculos API_LEVEL 23 for this test") + client = NBGLCommandSender(backend) instructions = []