ngine-io / ansible-collection-exoscale

Exoscale Ansible Collection
https://galaxy.ansible.com/ngine_io/exoscale
0 stars 2 forks source link

ansible-test sanity issues #16

Closed mariolenz closed 1 year ago

mariolenz commented 1 year ago

ansible-test sanity seems to fail with:

Running sanity test "pylint"
ERROR: Found 2 pylint issue(s) which need to be resolved:
ERROR: plugins/modules/instance_rdns_record.py:60:0: unused-import: Unused to_bytes imported from ansible.module_utils._text
ERROR: plugins/modules/instance_rdns_record.py:60:0: unused-import: Unused to_text imported from ansible.module_utils._text
See documentation for help: https://docs.ansible.com/ansible-core/2.15/dev_guide/testing/sanity/pylint.html

Since this collection is part the Ansible (community) package 8, please make sure that the sanity tests succeed with ansible-core 2.15.x that it is based on.

BTW: There seem to be no sanity tests since 4 months. However, I think we kind of require them regurarly. See CI Testing for more information.

In case you fix this, please do a new release. The community package includes collections via galaxy (I think) so just fixing this in your repo doesn't really help us.

resmo commented 1 year ago

fixed in 1daf225