Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Commit715dba4
committed
Run cygpath tests on Cygwin, not native Windows
They were not running on Cygwin, because git.util.is_win is Falseon Cygwin. They were running on native Windows, with a number ofthem always failing; these failures had sometimes been obscured bythe --maxfail=10 that had formerly been used (from pyproject.toml).Many of them (not all the same ones) fail on Cygwin, and it mightbe valuable for cygpath to work on other platforms, especiallynative Windows. But I think it still makes sense to limit the teststo Cygwin at this time, because all the uses of cygpath in theproject are in code that only runs after a check that the platformis Cygwin. Part of that check, as it is implemented, explicitlyexcludes native Windows (is_win must be false).1 parent0eb38bc commit715dba4
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
| 120 | + | |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
|
0 commit comments
Comments
(0)