@@ -418,10 +418,10 @@ def _do_base_tests(self, rwrepo):
418418 # Error if there is no submodule file here
419419 self .failUnlessRaises (IOError , Submodule ._config_parser , rwrepo , rwrepo .commit (self .k_no_subm_tag ), True )
420420
421- @skipIf (HIDE_WINDOWS_KNOWN_ERRORS and is_win ,
422- "FIXME: fails with: PermissionError: [WinError 32] The process cannot access the file because"
423- "it is being used by another process: "
424- "'C:\\ Users\\ ankostis\\ AppData\\ Local\\ Temp\\ tmp95c3z83bnon_bare_test_base_rw\\ git\\ ext\\ gitdb\\ gitdb\\ ext\\ smmap'" ) # noqa E501
421+ # @skipIf(HIDE_WINDOWS_KNOWN_ERRORS,
422+ # "FIXME: fails with: PermissionError: [WinError 32] The process cannot access the file because"
423+ # "it is being used by another process: "
424+ # "'C:\\Users\\ankostis\\AppData\\Local\\Temp\\tmp95c3z83bnon_bare_test_base_rw\\git\\ext\\gitdb\\gitdb\\ext\\smmap'") # noqa E501
425425 @with_rw_repo (k_subm_current )
426426 def test_base_rw (self , rwrepo ):
427427 self ._do_base_tests (rwrepo )
@@ -430,7 +430,7 @@ def test_base_rw(self, rwrepo):
430430 def test_base_bare (self , rwrepo ):
431431 self ._do_base_tests (rwrepo )
432432
433- @skipIf (HIDE_WINDOWS_KNOWN_ERRORS and is_win and sys .version_info [:2 ] == (3 , 5 ), """
433+ @skipIf (HIDE_WINDOWS_KNOWN_ERRORS and sys .version_info [:2 ] == (3 , 5 ), """
434434 File "C:\projects\gitpython\git\cmd.py", line 559, in execute
435435 raise GitCommandNotFound(command, err)
436436 git.exc.GitCommandNotFound: Cmd('git') not found due to: OSError('[WinError 6] The handle is invalid')
@@ -733,9 +733,9 @@ def test_git_submodules_and_add_sm_with_new_commit(self, rwdir):
733733 assert commit_sm .binsha == sm_too .binsha
734734 assert sm_too .binsha != sm .binsha
735735
736- @skipIf (HIDE_WINDOWS_KNOWN_ERRORS and is_win ,
737- "FIXME: helper.wrapper fails with: PermissionError: [WinError 5] Access is denied: "
738- "'C:\\ Users\\ appveyor\\ AppData\\ Local\\ Temp\\ 1\\ test_work_tree_unsupportedryfa60di\\ master_repo\\ .git\\ objects\\ pack\\ pack-bc9e0787aef9f69e1591ef38ea0a6f566ec66fe3.idx" ) # noqa E501
736+ # @skipIf(HIDE_WINDOWS_KNOWN_ERRORS,
737+ # "FIXME: helper.wrapper fails with: PermissionError: [WinError 5] Access is denied: "
738+ # "'C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\test_work_tree_unsupportedryfa60di\\master_repo\\.git\\objects\\pack\\pack-bc9e0787aef9f69e1591ef38ea0a6f566ec66fe3.idx") # noqa E501
739739 @with_rw_directory
740740 def test_git_submodule_compatibility (self , rwdir ):
741741 parent = git .Repo .init (os .path .join (rwdir , 'parent' ))
0 commit comments