You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ansible-test sanity (ansible-core 2.15.x) is failing on the collection with some pylint:unused-import errors. It looks like the sanity GH workflow is using the --skip-test pylint flag, which is preventing these errors from showing in CI.
Removing the imports, unless they are false flags. Please let me know if they appear to be false flags and Partner Engineering can provide approval for in-line ignores.
Steps to reproduce
Run ansible-test sanity --docker default with ansible-core 2.15.x.
Describe the bug
Ansible-test sanity (ansible-core 2.15.x) is failing on the collection with some
pylint:unused-import
errors. It looks like the sanity GH workflow is using the--skip-test pylint
flag, which is preventing these errors from showing in CI.Possible solution
Removing the imports, unless they are false flags. Please let me know if they appear to be false flags and Partner Engineering can provide approval for in-line ignores.
Steps to reproduce
Run
ansible-test sanity --docker default
with ansible-core 2.15.x.Context
This test was enabled for collections earlier this year. See ansible-collections/news-for-maintainers#34.
Your Environment
ansible-core 2.15.x
paloaltonetworks.panos v2.17.6
The text was updated successfully, but these errors were encountered: