Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork942
Commitbdff7ec
committed
fix(blame): Support Python 3.7 in the test suite
Apparently the public attributes of a `MagicMock` changed between 3.7 and 3.8,which was causing the unit test for `rev_opts` to fail.The unit test has been improved to use more stable APIs so that it can pass inall versions of Python supported by GitPython.1 parentc0225b3 commitbdff7ec
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
561 |
| - | |
| 560 | + | |
| 561 | + | |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
|
0 commit comments
Comments
(0)