[collection] Fix sanity tests on ansible-core 2.15 (#14007)

Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Rick Elrod 2023-05-15 14:39:14 -05:00 committed by GitHub
parent 0d5c0bcb91
commit fa05f55512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -264,7 +264,6 @@ options:
description:
- Maximum time in seconds to wait for a job to finish (server-side).
type: int
default: 0
job_slice_count:
description:
- The number of jobs to slice into at runtime. Will cause the Job Template to launch a workflow if value is greater than 1.

View File

@ -1 +1,3 @@
plugins/modules/export.py validate-modules:nonexistent-parameter-documented # needs awxkit to construct argspec
plugins/modules/import.py pylint:unused-import # Simply used as a feature flag conditional
test/awx/conftest.py pylint:unused-import # Used to make sure we are importing the right awxkit, see comment in conftest.py near imports

View File

@ -0,0 +1,3 @@
plugins/modules/export.py validate-modules:nonexistent-parameter-documented # needs awxkit to construct argspec
plugins/modules/import.py pylint:unused-import # Simply used as a feature flag conditional
test/awx/conftest.py pylint:unused-import # Used to make sure we are importing the right awxkit, see comment in conftest.py near imports