File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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]
2322plugins =
Original file line number Diff line number Diff line change 11from collections .abc import Callable
22
3- import pytest
43from simcore_service_webserver .application_settings import ApplicationSettings
54from simcore_service_webserver .application_settings_utils import (
65 AppConfigDict ,
98)
109
1110
12- @pytest .mark .deprecated
1311def test_settings_infered_from_default_tests_config (
1412 default_app_cfg : AppConfigDict , monkeypatch_setenv_from_app_config : Callable
1513):
You can’t perform that action at this time.
0 commit comments