Comment 7 for bug 1197800

Revision history for this message
Stuart McLaren (stuart-mclaren) wrote :

Hi John, many thanks for checking this out for me.

> I am not sure why 'python setup.py develop' combined with a VE is a problem but this should be easy enough to fix.

To give you some context ...

what we do is we have build machines which we want to resemble our production environment.

We have the build vm install the same set of packages which we will have on our production systems
and then do 'run_tests.sh -N'. We like to have the unit/functional tests run successfully on the same environment,
using the same packaged code which will be on the production node.