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/test_git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_git.py') diff --git a/git/test/test_git.py b/git/test/test_git.py index 42ad784f..5b0cbfee 100644 --- a/git/test/test_git.py +++ b/git/test/test_git.py @@ -19,7 +19,7 @@ from git import Git, GitCommandError class TestGit(TestBase): @classmethod - def setUpAll(cls): + def setUp(cls): super(TestGit, cls).setUpAll() cls.git = Git(cls.rorepo.working_dir) -- cgit v1.2.1