summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-11 22:51:21 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-11 22:51:21 +0200
commit2bd5b6fa1fb51d6ba80bc5271582b87a58b28ae2 (patch)
treeccb1d8261ad15c0509bc58c05cf81a1a3dce50ba
parentb746f41d6347da34f54842c266dabe1110c63007 (diff)
downloadqutebrowser-2bd5b6fa1fb51d6ba80bc5271582b87a58b28ae2.tar.gz
qutebrowser-2bd5b6fa1fb51d6ba80bc5271582b87a58b28ae2.zip
try tmp_path_retention_policy
-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