Remove distutils from unit tests. (#4545) (#4546)

(cherry picked from commit d9ba598938)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/4551/head
patchback[bot] 2022-04-21 11:28:41 +02:00 committed by GitHub
parent 3d512d88f1
commit 9d26e0c468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import pytest
from distutils.version import LooseVersion
from ansible_collections.community.general.plugins.module_utils.version import LooseVersion
from ansible_collections.community.general.plugins.modules.source_control.gitlab.gitlab_protected_branch import GitlabProtectedBranch