cabot/conf/test.env
Frank Hamand 30df15d19a Add another cleanup test and fix celery test broker
Turns out celery doesn't like in-memory sql backends, but has a
built-in memory broker. Use that instead and remove sqlalchemy
requirement
2017-02-16 12:56:20 +00:00

8 lines
144 B
Bash

DATABASE_URL=sqlite://:memory:
CELERY_BROKER_URL=memory://
CELERY_RESULT_BACKEND=db+sqlite://:memory:
CELERY_ALWAYS_EAGER=true
SKIP_INIT=true