diff options
author | Seth Foster <fosterseth@users.noreply.github.com> | 2024-05-21 21:05:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 21:05:59 +0200 |
commit | 0d4f6537944b7260e59ad04919290b84cb5a27b2 (patch) | |
tree | f2102e1231ccadc41fbeacfc958548011cd99cc7 /awx_collection/test | |
parent | Update a few dev requirements (#15203) (diff) | |
download | awx-0d4f6537944b7260e59ad04919290b84cb5a27b2.tar.xz awx-0d4f6537944b7260e59ad04919290b84cb5a27b2.zip |
Fix up ansible-test sanity checks due to ansible 2.17 release (#15208)24.4.0
* Fix up ansible sanity checks
* Fix awx-collection test failure
* Add ignore for ansible-test 2.17
---------
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
Diffstat (limited to 'awx_collection/test')
-rw-r--r-- | awx_collection/test/awx/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |