https://forge.softwareheritage.org/source/swh-scheduler.git
Revision ecf38ebd67dba6636c6fdd1ec2373031608eeef2 authored by David Douard on 18 October 2019, 14:37:28 UTC, committed by David Douard on 18 October 2019, 14:37:28 UTC
This revision did fix tests for the scheduler itself, but broke all other
tests of scheduler dependent swh packages.

In this fix, we ensure we override the `app` in
swh.scheduler.celery_backend.config, since it is used by all
celery task declarations (via the @app.task() decorator).
1 parent 787c7a9
Raw File
Tip revision: ecf38ebd67dba6636c6fdd1ec2373031608eeef2 authored by David Douard on 18 October 2019, 14:37:28 UTC
celery/tests: mostly revert e770eb30 to fix celery app initialization in tests
Tip revision: ecf38eb
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
build/
dist/
version.txt
/.hypothesis/
/.tox/
.mypy_cache/
back to top