From afc91ba79be41253933df04ae4310c4c17632aba Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Fri, 21 Jun 2024 12:15:45 -0300 Subject: [PATCH] chore: address linter warnings Signed-off-by: Claudio Matsuoka --- tests/unit/lxd/test_installer.py | 1 - 1 file changed, 1 deletion(-) 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