diff --git a/python/helpers/pycharm/_jb_tox_runner.py b/python/helpers/pycharm/_jb_tox_runner.py index fd062e64eb2b..2a1ca1472211 100644 --- a/python/helpers/pycharm/_jb_tox_runner.py +++ b/python/helpers/pycharm/_jb_tox_runner.py @@ -79,7 +79,7 @@ config = tox_config.parseconfig() for env, tmp_config in config.envconfigs.items(): if not tmp_config.setenv: tmp_config.setenv = dict() - tmp_config.setenv.update({"_jb_do_not_call_enter_matrix": "1"}) + tmp_config.setenv["_jb_do_not_call_enter_matrix"] = "1" commands = tmp_config.commands if not isinstance(commands, list) or not len(commands): continue