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:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user