From 563afaffca6ac8d19746016661abe89ae6b0d8fc Mon Sep 17 00:00:00 2001 From: twangboy Date: Fri, 14 Jul 2023 09:06:06 -0600 Subject: [PATCH] Fix lint --- tests/pytests/functional/utils/user/test_get_group_dict.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytests/functional/utils/user/test_get_group_dict.py b/tests/pytests/functional/utils/user/test_get_group_dict.py index ff70db4511b..f75a6beb290 100644 --- a/tests/pytests/functional/utils/user/test_get_group_dict.py +++ b/tests/pytests/functional/utils/user/test_get_group_dict.py @@ -8,6 +8,7 @@ from tests.support.mock import patch log = logging.getLogger(__name__) + pytestmark = [ pytest.mark.skip_unless_on_linux( reason="Should only run in platforms which have duplicate GID support"