MSS
MSS copied to clipboard
pytest runs touch $HOME
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