MSS icon indicating copy to clipboard operation
MSS copied to clipboard

pytest runs touch $HOME

Open matrss opened this issue 7 months ago • 2 comments
trafficstars

Running the test suite accesses $HOME. Doing

HOME=$(mktemp -d)
pixi run -e dev QT_QPA_PLATFORM=offscreen pytest -n logical

reveals that it creates a "mss" directory in $HOME:

$ tree -a /tmp/tmp.6srPPy9N9A
/tmp/tmp.6srPPy9N9A
`-- mss

2 directories, 0 files

matrss avatar Mar 20 '25 12:03 matrss