From e4654ca3a17832a7d479e5d8e3296f004c632183 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 10 Feb 2014 19:37:33 +0100 Subject: Adjusted required versions of pre-requisites, now the majority of the tests work --- git/test/performance/lib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git/test/performance') diff --git a/git/test/performance/lib.py b/git/test/performance/lib.py index 778a6c7d..89105334 100644 --- a/git/test/performance/lib.py +++ b/git/test/performance/lib.py @@ -51,7 +51,7 @@ class TestBigRepoR(TestBase): #} END invariants @classmethod - def setUpAll(cls): + def setUp(cls): super(TestBigRepoR, cls).setUpAll() repo_path = resolve_or_fail(k_env_git_repo) cls.gitrorepo = Repo(repo_path, odbt=GitCmdObjectDB) @@ -64,7 +64,7 @@ class TestBigRepoRW(TestBigRepoR): Provides ``self.gitrwrepo`` and ``self.puregitrwrepo``""" @classmethod - def setUpAll(cls): + def setUp(cls): super(TestBigRepoRW, cls).setUpAll() dirname = tempfile.mktemp() os.mkdir(dirname) -- cgit v1.2.3