Skip to content

Commit

Permalink
chore: address linter warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka committed Jun 21, 2024
1 parent b1e8962 commit afc91ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/lxd/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afc91ba

Please sign in to comment.