ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Create config.yml - ignore Python sanity tests for unsupported Python #230

Closed alisonlhart closed 1 year ago

alisonlhart commented 1 year ago

Ignore unsupported Python sanity tests (compile-2.7, compile-3.5, compile-3.6) by using the tests/config.yml file.

By specifying python_requires: '>=3.8', the ansible-test sanity tests will skip python-specific tests for any lower version than 3.8.

This will create a clean import log in Automation Hub for the next certified release (assuming no other errors).