From b18fd3fd13d0a1de0c3067292796e011f0f01a05 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 6 Jan 2015 17:20:44 +0100 Subject: Bumped gitdb requirement. This should help getting the latest version --- git/test/test_base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'git/test/test_base.py') diff --git a/git/test/test_base.py b/git/test/test_base.py index f581138b..91b9d005 100644 --- a/git/test/test_base.py +++ b/git/test/test_base.py @@ -118,9 +118,8 @@ class TestBase(TestBase): file_path = os.path.join(rw_repo.working_dir, filename) open(file_path, "wb").write(b'something') - if os.name == 'nt': - # on windows, there is no way this works, see images on + # on windows, there is no way this works, see images on # https://github.com/gitpython-developers/GitPython/issues/147#issuecomment-68881897 # Therefore, it must be added using the python implementation rw_repo.index.add([file_path]) -- cgit v1.2.3