diff --git a/tests/unit/lxd/test_installer.py b/tests/unit/lxd/test_installer.py index 6e5f3ac4..47894560 100644 --- a/tests/unit/lxd/test_installer.py +++ b/tests/unit/lxd/test_installer.py @@ -333,7 +333,6 @@ def json(self) -> dict[str, any]: ) - @pytest.mark.skipif(sys.platform != "linux", reason=f"unsupported on {sys.platform}") def test_is_user_permitted(mock_os_access): mock_os_access.return_value = True