diff options
Diffstat (limited to 'tests/test_bashcompletion.py')
-rw-r--r-- | tests/test_bashcompletion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bashcompletion.py b/tests/test_bashcompletion.py index 47fcdb34..2060ec5d 100644 --- a/tests/test_bashcompletion.py +++ b/tests/test_bashcompletion.py @@ -205,7 +205,7 @@ def fdopen_fail_9(fd, mode, *args): # noinspection PyShadowingNames -@pytest.mark.skipif(skip or skip_mac, reason=skip_reason) +@pytest.mark.skipif(skip_no_argcomplete or skip_windows or skip_mac, reason=skip_reason) def test_fail_alt_stderr(parser1, capfd, mock): completer = CompletionFinder() |