import pytest

from swh.scheduler.tests.conftest import *  # noqa


@pytest.fixture(scope='session')  # type: ignore  # expected redefinition
def celery_includes():
    return [
        'swh.loader.tar.tasks',
    ]
