From 74c7ed0e809d6f3d691d8251c70f9a5dab5fb18d Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Tue, 11 Oct 2016 13:06:02 +0200 Subject: FIX #526: Do not depend on test-sources + Move `HIDE_WINDOWS_KNOWN_ERRORS` flag from `git.test.lib.helper-->git.util`; regular modules in main-sources folder also depend on that flag. + Use unittest.SkipTest instead of from non-standard `nose` lib. --- git/test/performance/test_odb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/performance/test_odb.py') diff --git a/git/test/performance/test_odb.py b/git/test/performance/test_odb.py index 6f07a615..3879cb08 100644 --- a/git/test/performance/test_odb.py +++ b/git/test/performance/test_odb.py @@ -6,7 +6,7 @@ from time import time from unittest.case import skipIf from git.compat import PY3 -from git.test.lib.helper import HIDE_WINDOWS_KNOWN_ERRORS +from git.util import HIDE_WINDOWS_KNOWN_ERRORS from .lib import ( TestBigRepoR -- cgit v1.2.1