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

Fix rspec fact tests #565

Closed bastelfreak closed 3 years ago

bastelfreak commented 3 years ago

https://github.com/voxpupuli/puppet-python/pull/555 introduced new tests. In the same time we adjusted our test setup on the master branch and #555 wasn't rebased before merging. This PR fixes the tests.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues