summaryrefslogtreecommitdiff
path: root/git/test/test_git.py
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-26 11:08:57 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-26 20:20:58 +0200
commitfa70623a651d2a0b227202cad1e526e3eeebfa00 (patch)
tree0fdb7195e73f8e26baa155f1651e5303dcb41877 /git/test/test_git.py
parent7ec2f8a4f26cec3fbbe1fb447058acaf508b39c0 (diff)
downloadgitpython-fa70623a651d2a0b227202cad1e526e3eeebfa00.tar.gz
test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`
Diffstat (limited to 'git/test/test_git.py')
-rw-r--r--git/test/test_git.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/test_git.py b/git/test/test_git.py
index 82ed2ace..f8318595 100644
--- a/git/test/test_git.py
+++ b/git/test/test_git.py
@@ -239,7 +239,6 @@ class TestGit(TestBase):
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
shell=False,
- creationflags=Git.CREATE_NO_WINDOW if sys.platform == 'win32' else 0,
)
handle_process_output(proc, counter_stdout, counter_stderr, lambda proc: proc.wait())