Commit 2a7fcbe
committed
test: drop hardcoded pytest --basetemp so parallel
xdist.setup_node() calls basetemp.mkdir(mode=0o700) without exist_ok=True.
With `--basetemp=pytest-temp` hardcoded in pytest.ini, the second of two
concurrent pixi-test invocations panicked with
FileExistsError: '/var/home/tobias/src/pixi/pytest-temp'
Removing the override falls back to pytest's default
/tmp/pytest-of-USER/pytest-N/, which auto-uniquifies per invocation.pixi run test invocations don't race1 parent 758e530 commit 2a7fcbe
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
0 commit comments