really cleanup for winsows

This commit is contained in:
Paul Gauthier 2023-11-02 16:20:04 -07:00
parent a7e89ea965
commit 6b3342a150

View file

@ -459,4 +459,12 @@ class TestCommands(TestCase):
self.assertEqual(commit, repo.head.commit.hexsha)
# Windows is throwing:
# PermissionError: [WinError 32] The process cannot access
# the file because it is being used by another process
repo.git.commit("-m", "cleanup")
del coder
del commands
del repo