mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 19:21:38 +02:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user