Greetings,
I understand one goal of Yetus is to minimize external dependencies. While
working on YETUS-460, I asked the question about referencing a non-standard
python module for unit tests (minimock). It was suggested that dependencies
for development are not restricted, but I should email the dev list so others
could chime in.
1) What are peoples thoughts on having to 'pip install x' into their virutalenv
before starting dev work?
2) Secondly would this create licensing issues if the module itself is being
referenced but not distributed? For example minimock is MIT licensed, which I
believe is compatible with apache v2, but what about non-compatible licensed
modules?
-- Thank you, Adam