Modify ↓
Opened 10 months 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)
Note:
See TracTickets
for help on using tickets.


