You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Celery tests not passing with tox or pytest. Probably because no broker/result backend running.
Needs a) update in readme and b) some sort of w/a. Either run tests eager, or spin up an instance to test end to end.
The text was updated successfully, but these errors were encountered:
Hello @martgra and thanks for reporting this issue.
For a) I'll add some details to the readme to specify that you need at least a rabbitmq to pass celery tests locally
For b) I think the best solution is to set tasks to always eager by default, and allow override of this setting via env variables, so when running tests inside docker-compose you can actually use rabbitMQ / redis containers for end to end testing
Celery tests not passing with tox or pytest. Probably because no broker/result backend running.
Needs a) update in readme and b) some sort of w/a. Either run tests eager, or spin up an instance to test end to end.
The text was updated successfully, but these errors were encountered: