Skip to content

Commit

Permalink
Fix tox-dev#3278 - Boost temporary directories cleanup in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ziima committed Aug 11, 2024
1 parent 352a3dd commit 1b008d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/3278.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Boost temporary directories cleanup in tests - by :user:`ziima`.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ testpaths = [
"tests",
]
addopts = "--tb=auto -ra --showlocals --no-success-flaky-report"
# Keep temporary directories only for failed or errored tests.
tmp_path_retention_policy = "failed"

[tool.coverage]
html.show_contexts = true
Expand Down

0 comments on commit 1b008d4

Please sign in to comment.