mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
Fix #5852
This commit is contained in:
@@ -251,6 +251,7 @@ def env_for_python_tests(report_env: bool = False) -> Iterator[None]:
|
||||
HOME=tdir,
|
||||
USERPROFILE=tdir,
|
||||
PATH=path,
|
||||
TERM='xterm-kitty',
|
||||
XDG_CONFIG_HOME=os.path.join(tdir, '.config'),
|
||||
XDG_CONFIG_DIRS=os.path.join(tdir, '.config'),
|
||||
XDG_DATA_DIRS=os.path.join(tdir, '.local', 'xdg'),
|
||||
|
||||
Reference in New Issue
Block a user