From 0d4f6537944b7260e59ad04919290b84cb5a27b2 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Tue, 21 May 2024 15:05:59 -0400 Subject: Fix up ansible-test sanity checks due to ansible 2.17 release (#15208) * Fix up ansible sanity checks * Fix awx-collection test failure * Add ignore for ansible-test 2.17 --------- Signed-off-by: Seth Foster Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> --- awx_collection/test/awx/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awx_collection/test') diff --git a/awx_collection/test/awx/conftest.py b/awx_collection/test/awx/conftest.py index b7fb6333dd..42500342ac 100644 --- a/awx_collection/test/awx/conftest.py +++ b/awx_collection/test/awx/conftest.py @@ -19,7 +19,7 @@ from ansible.module_utils.six import raise_from from ansible_base.rbac.models import RoleDefinition, DABPermission from awx.main.tests.functional.conftest import _request -from awx.main.tests.functional.conftest import credentialtype_scm, credentialtype_ssh # noqa: F401; pylint: disable=unused-variable +from awx.main.tests.functional.conftest import credentialtype_scm, credentialtype_ssh # noqa: F401; pylint: disable=unused-import from awx.main.models import ( Organization, Project, -- cgit v1.2.3