There was an error while loading. Please reload this page.
1 parent d5daaf4 commit 9dd5cc6Copy full SHA for 9dd5cc6
1 file changed
pyproject.toml
@@ -54,4 +54,8 @@ norecursedirs = ["third-party-interface"]
54
# the CI, where we definitely want the 'slow' tests to run.
55
addopts = "-v -m 'not slow'"
56
57
+# Tells pytest to keep around temporary paths (via tmp_path fixture) for
58
+# *failed tests* only. Otherwise, the /tmp folder can grow too large.
59
+tmp_path_retention_policy = "failed"
60
+
61
testpaths = ["test"]
0 commit comments