Skip to content

Commit 34b487c

Browse files
committed
Try adding another test
1 parent e570d5c commit 34b487c

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
@@ -176,7 +176,7 @@ def fdopen_fail_8(fd, mode, *args):
176176

177177

178178
# noinspection PyShadowingNames
179-
@pytest.mark.skipif(skip, reason=skip_reason)
179+
@pytest.mark.skipif(skip_no_argcomplete or skip_windows, reason=skip_reason)
180180
def test_fail_alt_stdout(parser1, mock):
181181
completer = CompletionFinder()
182182

0 commit comments

Comments
 (0)