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

cleanup acceptance tests #647

Closed bastelfreak closed 1 year ago

bastelfreak commented 1 year ago

this module effectivly only supports python 3, which is also the default in the init.pp. we do not need to specify it in the tests.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues