diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-06 17:20:44 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-06 17:21:27 +0100 |
commit | b18fd3fd13d0a1de0c3067292796e011f0f01a05 (patch) | |
tree | af510c10855d7a7a7b05d17acc519cb965eea9ab /git/test | |
parent | 5d0ad081ca0e723ba2a12c876b4cd1574485c726 (diff) | |
download | gitpython-b18fd3fd13d0a1de0c3067292796e011f0f01a05.tar.gz |
Bumped gitdb requirement.0.3.4
This should help getting the latest version
Diffstat (limited to 'git/test')
-rw-r--r-- | git/test/test_base.py | 3 |
1 files changed, 1 insertions, 2 deletions
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]) |