We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3884dbb commit f8a0cc7Copy full SHA for f8a0cc7
1 file changed
tests/pyproject.toml
@@ -20,6 +20,9 @@ markers = [
20
"slow: end-to-end tests that exercise reconnect/timeouts",
21
"partyline: spawns eggdrop with -nt so stdin is the HQ partyline",
22
]
23
+# Keep tmpdir only when a test fails; pytest sweeps it on session exit.
24
+tmp_path_retention_policy = "failed"
25
+tmp_path_retention_count = 3
26
27
[tool.ruff]
28
target-version = "py311"
0 commit comments