Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commitcf5f1dc
committed
Report <2.5.1 in test_linked_worktree_traversal as error
Although GitPython does not require git >=2.5.1 in general, andthis does *not* change that, this makes the unavailability of git2.5.1 or later an error in test_linked_worktree_traversal, where itis needed to exercise that test, rather than skipping the test.A few systems, such as CentOS 7, may have downstream patchedversions of git that remain safe to use yet are numbered <2.5.1and do not have the necesary feature to run this test. But by now,users of those systems likely anticipate that other software wouldrely on the presence of features added in git 2.5.1, which wasreleased over 7 years ago. As such, I think it is more useful togive an error for that test, so the test's inability to be run onthe system is clear, than to automatically skip the test, which islikely to go unnoticed.1 parent203da23 commitcf5f1dc
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
| |||
279 | 278 |
| |
280 | 279 |
| |
281 | 280 |
| |
282 |
| - | |
| 281 | + | |
283 | 282 |
| |
284 | 283 |
| |
285 | 284 |
| |
|
0 commit comments
Comments
(0)