Skip to content
Snippets Groups Projects
Verified Commit 1965d6ec authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

conftest: Reference the tasks from disk module in test

This should unstuck the debian build which complains about those not being registered.
parent 68dc1ff0
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,5 @@ pytest_plugins = [
def swh_scheduler_celery_includes(swh_scheduler_celery_includes):
return swh_scheduler_celery_includes + [
"swh.loader.mercurial.tasks",
"swh.loader.mercurial.tasks_from_disk",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment