[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-04-14 15:37:11 +00:00
parent ae6eac77bb
commit 1063022efe
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ def pytest_sessionfinish(session, exitstatus: Union[int, ExitCode]):
# We do a "best effort" to remove files, but it might not be possible due to some leaked resource,
# permissions, etc, in which case we ignore it.
rmtree(passed_dir, ignore_errors=True)
# Remove dead symlinks.
cleanup_dead_symlinks(basetemp)