ansible-pip
ansible-pip copied to clipboard
Testing strategy
I have a couple of concerns about how this role is tested:
- Does it make sense to test distros that have been retired? I'm thinking of CentOS 6 and Fedora 31. Should we remove them from the text matrix?
- As it is we are only testing system Python installations, but we do not test custom installed ones. This results in poor Python version coverage and leaves mostly untested the use of get-pip.py. Should we consider adding tests for source installations?