linux-system-roles / vpn

Role for managing VPN/IPSec
https://linux-system-roles.github.io/vpn/
MIT License
8 stars 14 forks source link

Remove python-26 environment from tox testing #24

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