| Index: testing_support/git/repo.py
|
| diff --git a/testing_support/git/repo.py b/testing_support/git/repo.py
|
| index 37b52a9a05d87e08c571291c3264624551049798..566f755987af73dd171e5824a4c2fb6c5c3c5bc4 100644
|
| --- a/testing_support/git/repo.py
|
| +++ b/testing_support/git/repo.py
|
| @@ -40,7 +40,6 @@ class GitRepo(object):
|
| For file content, if 'data' is None, then this commit will `git rm` that file.
|
| """
|
| BASE_TEMP_DIR = tempfile.mkdtemp(suffix='base', prefix='git_repo')
|
| - atexit.register(shutil.rmtree, BASE_TEMP_DIR)
|
|
|
| # Singleton objects to specify specific data in a commit dictionary.
|
| AUTHOR_NAME = object()
|
|
|