voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 370 forks source link

Set default python to 3 #595

Closed bastelfreak closed 3 years ago

bastelfreak commented 3 years ago

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

bastelfreak commented 3 years ago

I was considering setting the default python version on CentOS 7 to python 2. The issue is that we don't test against python 2 since a long time. If I enable python 2 acceptance tests they fail, also python 2 is end of life and centos 7 ships python 3, so it should be used.

bastelfreak commented 3 years ago

Ubuntu 20 / Puppet 5 failures are expected because Puppet does not provide packages for that platform combination.