Changeset View
Changeset View
Standalone View
Standalone View
conftest.py
Show All 16 Lines | def swh_scheduler_celery_includes(swh_scheduler_celery_includes): | ||||
return swh_scheduler_celery_includes + [ | return swh_scheduler_celery_includes + [ | ||||
"swh.loader.package.archive.tasks", | "swh.loader.package.archive.tasks", | ||||
"swh.loader.package.cran.tasks", | "swh.loader.package.cran.tasks", | ||||
"swh.loader.package.debian.tasks", | "swh.loader.package.debian.tasks", | ||||
"swh.loader.package.deposit.tasks", | "swh.loader.package.deposit.tasks", | ||||
"swh.loader.package.npm.tasks", | "swh.loader.package.npm.tasks", | ||||
"swh.loader.package.pypi.tasks", | "swh.loader.package.pypi.tasks", | ||||
"swh.loader.package.nixguix.tasks", | "swh.loader.package.nixguix.tasks", | ||||
"swh.loader.package.maven.tasks", | |||||
] | ] |