Skip to content

Commit

Permalink
[stable-2.11] Add packaging to requirement of ansible-test (ansible#7…
Browse files Browse the repository at this point in the history
…5356)

* Add packaging to requirement of ansible-test

Fix ansible#75353

After requires_ansible field was added as mandatory to runtime.yml
file, ansible-test fails to check this field if it doesn't have
packaging module.

[1] ansible/galaxy-importer#124
(cherry picked from commit 40ca87a)

Co-authored-by: Sergey <sshnaidm@users.noreply.github.com>
  • Loading branch information
sshnaidm authored and mattclay committed Jul 29, 2021
1 parent 647c1db commit dc607cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
@@ -0,0 +1,2 @@
bugfixes:
- ansible-test - add packaging python module to ``ansible-doc`` sanity test requirements.
@@ -1,3 +1,4 @@
requires_ansible: '>=2.11' # force ansible-doc to check the Ansible version (requires packaging)
plugin_routing:
modules:
hi:
Expand Down
@@ -1,2 +1,3 @@
jinja2 # ansible-core requirement
pyyaml # ansible-core requirement
packaging # ansible-doc requirement

0 comments on commit dc607cb

Please sign in to comment.