If celery is installed in virtualenv, it will not be in /usr/bin. We also need make sure to preserve env from parent process and only add the new values (so that PATH adjusted by virtualenv still remains).
This allows me to run all tests:
Ran 895 tests in 9537.060s
FAILED (errors=92, failures=16)
If celery is installed in virtualenv, it will not be in
/usr/bin. We also need make sure to preserve env from parent process and only add the new values (so that PATH adjusted by virtualenv still remains).This allows me to run all tests: