Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try working around setuptools version limits #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

romuald
Copy link

@romuald romuald commented Jan 13, 2020

Workaround unsupported python version of setuptools:

The default behavior of virtualenv is to update pip/setuptools during
creation. Since python < 3.5 would break virtualenv creation, add a
--no-download option in that case

related to #39

@romuald
Copy link
Author

romuald commented Jan 13, 2020

(I actually have no idea how this could be improved by adding a parameter / option to the plugin since I have zero experience with Jenkins plugins)

Workaround unsupported python version of setuptools:

The default behavior of virtualenv is to update pip/setuptools during
creation.  Since python < 3.5 would break virtualenv creation, add a
--no-download option in that case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant