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

allow setting an index URL when creating the venv #660

Open chillinger opened 1 year ago

chillinger commented 1 year ago

Pull Request (PR) description

This PR provides an optional Parameter for the virtualenv creation. This allows e.g. in airgapped environments to specify a private pip index as source for the pip and setuptools packages

This Pull Request (PR) fixes the following issues

chillinger commented 1 year ago

Hi Team, currently the tests are failing, but I have not the slightest clue what triggers that failure - I can not see any of my changes being responsible for that. Could you please check?