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(