From 16c345b153a168fa9830d741c7953b5a32d74e5f Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Tue, 14 Jan 2025 17:29:40 +0100 Subject: [PATCH] Temporary disable keypad test for Nano (needs speculos API_LEVEL 23) --- tests/test_keypad.py | 3 +++ 1 file changed, 3 insertions(+) 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 = []