This commit is contained in:
Kovid Goyal 2023-01-04 08:20:04 +05:30
parent bc2492c212
commit e2543e8968
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -251,6 +251,7 @@ def env_for_python_tests(report_env: bool = False) -> Iterator[None]:
HOME=tdir, HOME=tdir,
USERPROFILE=tdir, USERPROFILE=tdir,
PATH=path, PATH=path,
TERM='xterm-kitty',
XDG_CONFIG_HOME=os.path.join(tdir, '.config'), XDG_CONFIG_HOME=os.path.join(tdir, '.config'),
XDG_CONFIG_DIRS=os.path.join(tdir, '.config'), XDG_CONFIG_DIRS=os.path.join(tdir, '.config'),
XDG_DATA_DIRS=os.path.join(tdir, '.local', 'xdg'), XDG_DATA_DIRS=os.path.join(tdir, '.local', 'xdg'),