Need to run nosetests with CELERY_CONFIG_MODULE set to from_tests again.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 21:43:23 +0000 (16:43 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 21:43:23 +0000 (16:43 -0500)
commiteaca78748cd705b8ac7d987fc7e8a852eb690129
treed70bcd9e7b864056eb8fc223d0d058e40a6fea51
parent68bf5b19420c5a5e28e33e57b2690442893adc33
Need to run nosetests with CELERY_CONFIG_MODULE set to from_tests again.

Basically, if we don't do this celery sets itself up before it should
and improperly. :\
mediagoblin/celery_setup/from_celery.py
mediagoblin/celery_setup/from_tests.py [new file with mode: 0644]
mediagoblin/tests/tools.py