summaryrefslogtreecommitdiff
path: root/git/index
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-26 22:20:33 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-28 03:35:19 +0200
commit618e6259ef03a4b25415bae31a7540ac5eb2e38a (patch)
tree9981f14dc0feda6bd693ccb72c1e454fb684fc15 /git/index
parentaa3f2fa76844e1700ba37723acf603428b20ef74 (diff)
downloadgitpython-618e6259ef03a4b25415bae31a7540ac5eb2e38a.tar.gz
test, #519: Try appveyor advice for never-ending builds
+ see http://help.appveyor.com/discussions/problems/5334-nosetests-finsih-bu-build-stuck-and-next-job-dealys-to-start + Use `io.DEFAULT_BUFFER_SIZE`. + test_commit: replace asserts with unittest-asserts. - TRY Popen() NO universal_newlines: NO, reverted in next commits. + [travisci skip]
Diffstat (limited to 'git/index')
-rw-r--r--git/index/fun.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/index/fun.py b/git/index/fun.py
index 98e2d3a0..64312300 100644
--- a/git/index/fun.py
+++ b/git/index/fun.py
@@ -77,7 +77,6 @@ def run_commit_hook(name, index):
stderr=subprocess.PIPE,
cwd=index.repo.working_dir,
close_fds=(is_posix()),
- universal_newlines=True,
creationflags=PROC_CREATIONFLAGS,)
stdout, stderr = cmd.communicate()
cmd.stdout.close()