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/test_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_index.py') diff --git a/git/test/test_index.py b/git/test/test_index.py index 34014064..d851743e 100644 --- a/git/test/test_index.py +++ b/git/test/test_index.py @@ -43,7 +43,7 @@ from git.test.lib import ( fixture, with_rw_repo ) -from git.test.lib.helper import HIDE_WINDOWS_KNOWN_ERRORS +from git.util import HIDE_WINDOWS_KNOWN_ERRORS from git.test.lib import with_rw_directory from git.util import Actor, rmtree from gitdb.base import IStream -- cgit v1.2.3