File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
services/web/server/tests/unit/with_dbs/02 Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 2727from pydantic import TypeAdapter
2828from pytest_mock import MockerFixture
2929from pytest_simcore .helpers .assert_checks import assert_status
30- from pytest_simcore .helpers .monkeypatch_envs import setenvs_from_dict
31- from pytest_simcore .helpers .typing_env import EnvVarsDict
3230from pytest_simcore .helpers .webserver_projects import NewProject , delete_all_projects
3331from pytest_simcore .helpers .webserver_users import UserInfoDict
3432from settings_library .catalog import CatalogSettings
@@ -244,17 +242,6 @@ async def _assert_it(
244242 return _assert_it
245243
246244
247- @pytest .fixture
248- def app_environment (
249- app_environment : EnvVarsDict , monkeypatch : pytest .MonkeyPatch
250- ) -> EnvVarsDict :
251- envs_plugins = setenvs_from_dict (
252- monkeypatch ,
253- {"WEBSERVER_DEV_FEATURES_ENABLED" : "1" },
254- )
255- return app_environment | envs_plugins
256-
257-
258245@pytest .fixture
259246def disable_max_number_of_running_dynamic_nodes (
260247 app_environment : dict [str , str ], monkeypatch : pytest .MonkeyPatch
You can’t perform that action at this time.
0 commit comments