From 4486bcbbf49ad0eacf2d8229fb0e7e3432f440d9 Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Sat, 15 Oct 2016 14:52:40 +0200 Subject: 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). --- git/test/test_repo.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'git/test/test_repo.py') 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) -- cgit v1.2.1