From 4bb3cb4547d1c8c42a93fcfec5201230f8c51fe5 Mon Sep 17 00:00:00 2001 From: MattHag <16444067+MattHag@users.noreply.github.com> Date: Thu, 23 May 2024 09:31:20 +0200 Subject: [PATCH] Reenable fixed device tests --- tests/logitech_receiver/test_device.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/logitech_receiver/test_device.py b/tests/logitech_receiver/test_device.py index 6979476b08..5522d9bc70 100644 --- a/tests/logitech_receiver/test_device.py +++ b/tests/logitech_receiver/test_device.py @@ -105,7 +105,6 @@ def test_device_name(device_info, responses, expected_codename, expected_name, e assert test_device.kind == expected_kind -@pytest.mark.skipif(platform.system() == "Darwin", reason="Cleanup fails on macOS") @pytest.mark.parametrize( "device_info, responses, handle, _name, _codename, number, protocol, registers", zip( @@ -162,7 +161,6 @@ def mock_hid(): pi_DDDD = {"wpid": "DDDD", "kind": 2, "serial": "1234", "polling": "2ms", "power_switch": "top"} -@pytest.mark.skipif(platform.system() == "Darwin", reason="Cleanup fails on macOS") @pytest.mark.parametrize( "number, pairing_info, responses, handle, _name, codename, p, p2, name", zip(