Skip to content

Commit

Permalink
Reenable fixed device tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHag committed May 24, 2024
1 parent 0a9bad3 commit 4bb3cb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/logitech_receiver/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 4bb3cb4

Please sign in to comment.