My plugin uses an external dependency, Moto (the AWS mock server) for its 
integration tests.

Moto is written in Python, installed with Pip, in a virtualenv. It can be used 
either directly (where we must do the pip install ourselves) or through the 
Java wrapper Localstack (which does little more than run those same commands 
for us).

It appears that ci.jenkins.io agents have *some* kind of Python toolchain 
installed, but it’s limited: there is no ‘pip’ and maybe no ‘virtualenv’ either.

Do any other Jenkins plugins use Python or Python dependencies, and if so how 
are Python/Pip/Virtualenv set up in their builds?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/a3dece82-07e7-406d-984c-7fa37ec49f1e%40www.fastmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to