Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit375e1e6

Browse files
committed
Try to ignore test on windows as it fails for the wrong reasons
Here is the error log we see:======================================================================ERROR: test_git_submodules_and_add_sm_with_new_commit (git.test.test_submodule.TestSubmodule)----------------------------------------------------------------------Traceback (most recent call last): File "C:\projects\gitpython\git\test\lib\helper.py", line 92, in wrapper return func(self, path) File "C:\projects\gitpython\git\test\test_submodule.py", line 709, in test_git_submodules_and_add_sm_with_new_commit smm.git.commit(m="new file added") File "C:\projects\gitpython\git\cmd.py", line 425, in <lambda> return lambda *args, **kwargs: self._call_process(name, *args, **kwargs) File "C:\projects\gitpython\git\cmd.py", line 877, in _call_process return self.execute(call, **exec_kwargs) File "C:\projects\gitpython\git\cmd.py", line 688, in execute raise GitCommandError(command, status, stderr_value, stdout_value)GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m new file added stderr: '*** Please tell me who you are.
1 parent559b902 commit375e1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/test_submodule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def test_add_empty_repo(self, rwdir):
663663
url=empty_repo_dir,no_checkout=checkout_modeandTrueorFalse)
664664
# end for each checkout mode
665665

666-
@skipIf(HIDE_WINDOWS_KNOWN_ERRORSandGit.is_cygwin(),
666+
@skipIf(HIDE_WINDOWS_KNOWN_ERRORS,
667667
"""FIXME: ile "C:\\projects\\gitpython\\git\\cmd.py", line 671, in execute
668668
raise GitCommandError(command, status, stderr_value, stdout_value)
669669
GitCommandError: Cmd('git') failed due to: exit code(128)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp