From d469fd3e9a13c5913ad5e93d93eb41a298926359 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Wed, 11 Sep 2024 13:21:03 +0200 Subject: [PATCH] Discard tmp_path directories after each test --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"]