Make test robust against wezterm's system wide shell integration
Not only is it system wide but it runs by default, even outside wezterm, sigh.
This commit is contained in:
parent
43df7be977
commit
715548b144
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ def basic_shell_env(home_dir):
|
|||
'KITTY_INSTALLATION_DIR': kitty_base_dir,
|
||||
'BASH_SILENCE_DEPRECATION_WARNING': '1',
|
||||
'PYTHONDONTWRITEBYTECODE': '1',
|
||||
'WEZTERM_SHELL_SKIP_ALL': '1', # dont fail if WezTerm's system wide, default on (why?) shell integration is installed
|
||||
}
|
||||
for x in ('USER', 'LANG'):
|
||||
if os.environ.get(x):
|
||||
|
|
|
|||
Loading…
Reference in a new issue