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

Add prompt parameter to python::pyvenv #641

Closed ookisan closed 1 year ago

ookisan commented 1 year ago

Pull Request (PR) description

Add a prompt parameter to python::pyvenv that uses the --prompt command-line argument available in the venv module in Python 3.6 and later, to set the prompt shown when the virtualenv is active.

This Pull Request (PR) fixes the following issues

No issues.

ookisan commented 1 year ago

The failing tests seem to have nothing to do with the code:

2022-09-02T10:26:59.5082100Z {"message":"failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: \"/sbin/init\": stat /sbin/init: no such file or directory: unknown"}

I get the same locally, didn't yesterday. Will this prevent merging and if so, is there anything I can do about it?

bastelfreak commented 1 year ago

Ubuntu updated their docker image a few hours ago and I'm wondering if it's broken :thinking: