Skip to content

Commit c0035fe

Browse files
committed
Try adding one more
1 parent 34b487c commit c0035fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bashcompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def fdopen_fail_9(fd, mode, *args):
205205

206206

207207
# noinspection PyShadowingNames
208-
@pytest.mark.skipif(skip or skip_mac, reason=skip_reason)
208+
@pytest.mark.skipif(skip_no_argcomplete or skip_windows or skip_mac, reason=skip_reason)
209209
def test_fail_alt_stderr(parser1, capfd, mock):
210210
completer = CompletionFinder()
211211

0 commit comments

Comments
 (0)