linux-system-roles / nbde_client

Ansible role for configuring Network Bound Disk Encryption clients (e.g. clevis)
https://linux-system-roles.github.io/nbde_client/
MIT License
14 stars 24 forks source link

Remove python-26 environment from tox testing #47

Closed richm closed 3 years ago

richm commented 3 years ago

This role does not currently need tox testing on python 2.6, which is primarily for modules that run on EL6 managed hosts. Testing on python 2.6 is problematic due to the age and supportability, which causes false positive tests, cluttering up the status and adding noise. Therefore, we should get rid of the test.

If the role in the future needs to test with python 2.6, see https://github.com/linux-system-roles/lsr-gh-action-py26