Skip to content

Commit 228fae9

Browse files
committed
move pytest_plugins to toplevel conftest
1 parent 098018a commit 228fae9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

services/api-server/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"pytest_simcore.pydantic_models",
3030
"pytest_simcore.pytest_global_environs",
3131
"pytest_simcore.rabbit_service",
32+
"pytest_simcore.redis_service",
3233
"pytest_simcore.repository_paths",
3334
"pytest_simcore.schemas",
3435
"pytest_simcore.services_api_mocks_for_aiohttp_clients",

services/api-server/tests/unit/api_functions/celery/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
from simcore_service_api_server.core.application import create_app
3131
from simcore_service_api_server.core.settings import ApplicationSettings
3232

33-
pytest_plugins = [
34-
"pytest_simcore.redis_service",
35-
]
36-
3733

3834
@pytest.fixture(scope="session")
3935
def celery_config() -> dict[str, Any]:

0 commit comments

Comments
 (0)