Edgewall Software
Modify

Opened 6 hours ago

#13868 assigned defect

test_git_version failing with git on macOS

Reported by: Jun Omae Owned by: Jun Omae
Priority: normal Milestone: 1.6.1
Component: version control Version:
Severity: minor Keywords: giit macos
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

$ type -a git
git is /usr/bin/git
$ git --version
git version 2.39.5 (Apple Git-154)
======================================================================
FAIL: test_git_version (tracopt.versioncontrol.git.tests.PyGIT.GitTestCase.test_git_version)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/src/trac.git/tracopt/versioncontrol/git/tests/PyGIT.py", line 47, in test_git_version
    self.assertIsInstance(v['v_tuple'][2], int)
AssertionError: '5 (Apple Git-154)' is not an instance of <class 'int'>

Attachments (0)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as assigned The owner will remain Jun Omae.
The ticket will be disowned. Next status will be 'new'.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.