diff --git a/pyproject.toml b/pyproject.toml index 421a53896..54e1b867e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,6 +105,7 @@ markers = [ "rixmp: test of the ixmp R interface.", "performance: ixmp performance test.", ] +tmp_path_retention_policy = "none" [tool.ruff.lint] select = ["C9", "E", "F", "I", "W"]