summaryrefslogtreecommitdiff
path: root/git/test/test_index.py
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-11 13:06:02 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-11 13:06:02 +0200
commit74c7ed0e809d6f3d691d8251c70f9a5dab5fb18d (patch)
tree70d43d2a2f75eaceba3e17d879a6ec9bdc84dbe6 /git/test/test_index.py
parent4e5ef73d3d6d9b973a756fddd329cfa2a24884e2 (diff)
downloadgitpython-74c7ed0e809d6f3d691d8251c70f9a5dab5fb18d.tar.gz
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.
Diffstat (limited to 'git/test/test_index.py')
-rw-r--r--git/test/test_index.py2
1 files changed, 1 insertions, 1 deletions
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