Skip to content

setup.cfg: Fix xdg env vars to not affect the host

Benjamin Schubert requested to merge bschubert/fix-xdg-temppaths into master

Description

!1244 (merged) was not strict enough with its isolation, leaving a few cases where environments variable could still affect our tests.

This tightens the overrides to ensure we are not affected by user's environment.

Merge request reports