Hey. The plainbox/test-with-coverage.sh script may not work if you have python3-coverage installed in your system (and then mk-venv won't be able to override it). To solve this problem 'just' run this:
./test-with-coverage.sh "$(which python3) $(which python3.3-coverage)" This is *with* the virtualenv activated so python3 must not be /usr/bin/python3 Best regards ZK
-- Mailing list: https://launchpad.net/~checkbox-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~checkbox-dev More help : https://help.launchpad.net/ListHelp

