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

Commitfc94b89

Browse files
committed
And finally, PY3 support should be restored.
Forgot to fix the test, which used the same broken version_info condition
1 parente40ad63 commitfc94b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/test_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def test_rev_parse(self):
620620

621621
deftest_repo_odbtype(self):
622622
target_type=GitDB
623-
ifsys.version_info[1]<5:
623+
ifsys.version_info[:2]<(2,5):
624624
target_type=GitCmdObjectDB
625625
assertisinstance(self.rorepo.odb,target_type)
626626

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp