remove local pytest basetemp

WHY does it set the perms of this tmp dir??? WHY??? then no one can use it the next pytest call. fuh ahh.
This commit is contained in:
lda
2026-06-15 01:53:18 +07:00 Verified
parent a74a58a829
commit 8293ef8884
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ dev = [
]
[tool.pytest.ini_options]
addopts = "-p no:cacheprovider -n auto --basetemp .pytest-tmp" # in-workspace temp dir
addopts = "-p no:cacheprovider -n auto"
pythonpath = ["."]
asyncio_mode = "auto"