Skip to content

Commit 2ef8d40

Browse files
committed
reverted
1 parent e4f87d2 commit 2ef8d40

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

packages/common-library/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import pytest
1010

1111
pytest_plugins = [
12-
"pytest_simcore.logging",
1312
"pytest_simcore.pydantic_models",
1413
"pytest_simcore.pytest_global_environs",
1514
"pytest_simcore.repository_paths",

packages/dask-task-models-library/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import pytest
88

99
pytest_plugins = [
10-
"pytest_simcore.logging",
1110
"pytest_simcore.pydantic_models",
1211
"pytest_simcore.pytest_global_environs",
1312
"pytest_simcore.repository_paths",

packages/models-library/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
pytest_plugins = [
1212
"pytest_simcore.faker_projects_data",
13-
"pytest_simcore.logging",
1413
"pytest_simcore.pydantic_models",
1514
"pytest_simcore.pytest_global_environs",
1615
"pytest_simcore.repository_paths",

packages/notifications-library/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"pytest_simcore.faker_payments_data",
3030
"pytest_simcore.faker_products_data",
3131
"pytest_simcore.faker_users_data",
32-
"pytest_simcore.logging",
3332
"pytest_simcore.postgres_service",
3433
"pytest_simcore.repository_paths",
3534
]

packages/postgres-database/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
from sqlalchemy.ext.asyncio import AsyncConnection, AsyncEngine, create_async_engine
4242

4343
pytest_plugins = [
44-
"pytest_simcore.logging",
4544
"pytest_simcore.pytest_global_environs",
4645
"pytest_simcore.repository_paths",
4746
]

packages/settings-library/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
pytest_plugins = [
1919
"pytest_simcore.cli_runner",
2020
"pytest_simcore.environment_configs",
21-
"pytest_simcore.logging",
2221
"pytest_simcore.pydantic_models",
2322
"pytest_simcore.pytest_global_environs",
2423
"pytest_simcore.repository_paths",

0 commit comments

Comments
 (0)