Skip to content

Commit b37b938

Browse files
committed
Enable another test
1 parent 231a8e9 commit b37b938

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
@@ -122,7 +122,7 @@ def my_fdopen(fd, mode, *args):
122122

123123

124124
# noinspection PyShadowingNames
125-
@pytest.mark.skipif(skip, reason=skip_reason)
125+
@pytest.mark.skipif(skip_reason1 or skip_reason3, reason=skip_reason)
126126
def test_invalid_ifs(parser1, mock):
127127
completer = CompletionFinder()
128128

0 commit comments

Comments
 (0)