Fix #5852
This commit is contained in:
parent
bc2492c212
commit
e2543e8968
1 changed files with 1 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue