diff options
author | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-15 14:52:40 +0200 |
---|---|---|
committer | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-16 02:46:33 +0200 |
commit | 4486bcbbf49ad0eacf2d8229fb0e7e3432f440d9 (patch) | |
tree | b3eaeea98f0de34084aa30eb1e1da0b32632d5b0 /git/test/test_repo.py | |
parent | b02662d4e870a34d2c6d97d4f702fcc1311e5177 (diff) | |
download | gitpython-4486bcbbf49ad0eacf2d8229fb0e7e3432f440d9.tar.gz |
ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`
+ Use environment-markers in requirement files (see
http://stackoverflow.com/a/33451105/548792).
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r-- | git/test/test_repo.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 495c4337..11c720e9 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -900,9 +900,6 @@ class TestRepo(TestBase): for i, j in itertools.permutations([c1, 'ffffff', ''], r=2): self.assertRaises(GitCommandError, repo.is_ancestor, i, j) - # @skipIf(HIDE_WINDOWS_KNOWN_ERRORS, - # "FIXME: helper.wrapper fails with: PermissionError: [WinError 5] Access is denied: " - # "'C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\test_work_tree_unsupportedryfa60di\\master_repo\\.git\\objects\\pack\\pack-bc9e0787aef9f69e1591ef38ea0a6f566ec66fe3.idx") # noqa E501 @with_rw_directory def test_work_tree_unsupported(self, rw_dir): git = Git(rw_dir) |