summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 46a22c5c8..b5ffe33d5 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -2,6 +2,7 @@
log_level = NOTSET
addopts = --strict-markers --strict-config --instafail --benchmark-columns=Min,Max,Median
testpaths = tests
+tmp_path_retention_policy = failed
required_plugins =
pytest-bdd
pytest-benchmark