File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -477,11 +477,11 @@ def test_base_bare(self, rwrepo):
477
477
@skipIf (
478
478
HIDE_WINDOWS_KNOWN_ERRORS ,
479
479
"""
480
- File "C: \\ projects \\ gitpython \\ git \\ cmd.py", line 559, in execute
481
- raise GitCommandNotFound(command, err)
482
- git.exc.GitCommandNotFound: Cmd(' git') not found due to: OSError('[WinError 6] The handle is invalid')
483
- cmdline: git clone -n --shared -v C:\\ projects \\ gitpython \\ .git Users\\ appveyor \\ AppData\\ Local\\ Temp\\ 1 \\ tmplyp6kr_rnon_bare_test_root_module
484
- """ , # noqa E501
480
+ E PermissionError:
481
+ [WinError 32] The process cannot access the file because it is being used by another process:
482
+ 'C: \\ Users \\ ek \\ AppData \\ Local \\ Temp \\ non_bare_test_root_modulep0eqt8_r \\ git\\ ext \\ gitdb'
483
+ -> ' C:\\ Users\\ ek \\ AppData\\ Local\\ Temp\\ non_bare_test_root_modulep0eqt8_r \\ path \\ prefix \\ git \\ ext \\ gitdb'
484
+ """ ,
485
485
)
486
486
@with_rw_repo (k_subm_current , bare = False )
487
487
def test_root_module (self , rwrepo ):
You can’t perform that action at this time.
0 commit comments