summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-09 16:12:54 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-09 16:12:54 -0400
commitc0035fe571d734f8bb234dee577df0e2005cc3e4 (patch)
tree9cdda2ab0df6c9365925f95d4467ff4250341f5d
parent34b487cf3596fdec414bd151277717ab8586adde (diff)
downloadcmd2-git-c0035fe571d734f8bb234dee577df0e2005cc3e4.tar.gz
Try adding one more
-rw-r--r--tests/test_bashcompletion.py2
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()