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

Use Python 3 for virtualenv tests #575

Closed waipeng closed 3 years ago

waipeng commented 3 years ago

Pull Request (PR) description

Python 2 has been deprecated, we should default to testing with Python 3

In commit 04ebe2d16d1d408f9c5d049aaa0426dce1c7bbe2, distribute was added as an option to be set to false if setting up a python3 virtualenv. Therefore, set distribute to false because we have defaulted to py3.