Skip to content

Commit

Permalink
fix: teardown the named directory
Browse files Browse the repository at this point in the history
    * the process stucks when lots of the files in the named directory
  • Loading branch information
vanpipy committed Nov 11, 2023
1 parent 5803111 commit d4e3539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ def named_temp_repo(request):
dirname = request.param
repo = create_repo(dirname)
init_repo_git_status(repo)
return repo
yield repo
repo.teardown()

0 comments on commit d4e3539

Please sign in to comment.