summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2017-11-28 11:54:08 -0500
committerYaroslav Halchenko <debian@onerussian.com>2017-11-28 11:54:08 -0500
commit91b9bc4c5ecae9d5c2dff08842e23c32536d4377 (patch)
tree37e298a015afbdfe74de5ed3e268ffe5e6319c56
parent62536252a438e025c16eebd842d95d9391e651d4 (diff)
downloadgitpython-91b9bc4c5ecae9d5c2dff08842e23c32536d4377.tar.gz
RF(TST): skip all tests dealing with hooks on windows
-rw-r--r--git/test/test_index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/test/test_index.py b/git/test/test_index.py
index 2553e493..8431ba71 100644
--- a/git/test/test_index.py
+++ b/git/test/test_index.py
@@ -57,6 +57,7 @@ from git.cmd import Git
HOOKS_SHEBANG = "#!/usr/bin/env sh\n"
+@skipIf(is_win, "TODO: fix hooks execution on Windows: #703")
def _make_hook(git_dir, name, content, make_exec=True):
"""A helper to create a hook"""
hp = hook_path(name, git_dir)