summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/lib/helper.py')
-rw-r--r--git/test/lib/helper.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py
index 1c06010f..687db990 100644
--- a/git/test/lib/helper.py
+++ b/git/test/lib/helper.py
@@ -366,8 +366,7 @@ class TestBase(TestCase):
@classmethod
def tearDownClass(cls):
- cls.rorepo.git.clear_cache()
- cls.rorepo.git = None
+ del cls.rorepo.git
def _make_file(self, rela_path, data, repo=None):
"""