summaryrefslogtreecommitdiff
path: root/git/test/test_repo.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-10-22 16:41:31 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-10-22 16:41:31 +0200
commit5149c807ec5f396c1114851ffbd0f88d65d4c84f (patch)
treeb951489a2c213db08a4d09df52740c5d53f11a8d /git/test/test_repo.py
parent8c3a6889b654892b3636212b880fa50df0358679 (diff)
parent9db2ff10e59b2657220d1804df19fcf946539385 (diff)
downloadgitpython-5149c807ec5f396c1114851ffbd0f88d65d4c84f.tar.gz
Merge branch 'win_mmap' of https://github.com/ankostis/GitPython into ankostis-win_mmap
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r--git/test/test_repo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py
index 8b644f7f..374a26ee 100644
--- a/git/test/test_repo.py
+++ b/git/test/test_repo.py
@@ -808,8 +808,6 @@ class TestRepo(TestBase):
git_file_repo = Repo(rwrepo.working_tree_dir)
self.assertEqual(osp.abspath(git_file_repo.git_dir), real_path_abs)
- @skipIf(HIDE_WINDOWS_KNOWN_ERRORS and PY3,
- "FIXME: smmp fails with: TypeError: Can't convert 'bytes' object to str implicitly")
def test_file_handle_leaks(self):
def last_commit(repo, rev, path):
commit = next(repo.iter_commits(rev, path, max_count=1))