Skip to content

Commit 9320375

Browse files
committed
deprecate tests
1 parent 49562c9 commit 9320375

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

services/web/server/setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ markers =
1717
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
1818
testit: "marks test to run during development"
1919
heavy_load: "mark tests that require large amount of data"
20-
deprecated: "will be removed soon"
2120

2221
[mypy]
2322
plugins =

services/web/server/tests/unit/isolated/test_application_settings_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from collections.abc import Callable
22

3-
import pytest
43
from simcore_service_webserver.application_settings import ApplicationSettings
54
from simcore_service_webserver.application_settings_utils import (
65
AppConfigDict,
@@ -9,7 +8,6 @@
98
)
109

1110

12-
@pytest.mark.deprecated
1311
def test_settings_infered_from_default_tests_config(
1412
default_app_cfg: AppConfigDict, monkeypatch_setenv_from_app_config: Callable
1513
):

0 commit comments

Comments
 (0)