From 91b9bc4c5ecae9d5c2dff08842e23c32536d4377 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 28 Nov 2017 11:54:08 -0500 Subject: RF(TST): skip all tests dealing with hooks on windows --- git/test/test_index.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/test/test_index.py') 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) -- cgit v1.2.1