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

Remove duplicate arguments in the pip install command #627

Closed zanyou closed 2 years ago

zanyou commented 2 years ago

Pull Request (PR) description

${install_args} is duplicated in the arguments given to the pip install command to be executed. The duplication does not cause anything bad, but I think it is better to remove it.

This Pull Request (PR) fixes the following issues

None

kenyon commented 2 years ago

I think it would be good to add install_args to one of the tests.

zanyou commented 2 years ago

@kenyon I've added a new test.