diff options
author | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-09-26 22:20:33 +0200 |
---|---|---|
committer | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-09-28 03:35:19 +0200 |
commit | 618e6259ef03a4b25415bae31a7540ac5eb2e38a (patch) | |
tree | 9981f14dc0feda6bd693ccb72c1e454fb684fc15 /git/test/test_git.py | |
parent | aa3f2fa76844e1700ba37723acf603428b20ef74 (diff) | |
download | gitpython-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/test/test_git.py')
-rw-r--r-- | git/test/test_git.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/test_git.py b/git/test/test_git.py index 2ef15523..a6213c58 100644 --- a/git/test/test_git.py +++ b/git/test/test_git.py @@ -240,7 +240,6 @@ class TestGit(TestBase): stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=False, - universal_newlines=True, creationflags=cmd.PROC_CREATIONFLAGS, ) |