Skip to content

Commit 0afbd1b

Browse files
committed
Test
1 parent c57b8fa commit 0afbd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins/test_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def spam():
288288
assert completions[0]['label'] == 'spam()'
289289

290290

291-
@pytest.mark.skipif(os.name != 'nt' and not PY2, reason="Tested on unix and py2 only")
291+
@pytest.mark.skipif(os.name != 'nt' or PY2, reason="Tested on unix and py2 only")
292292
def test_jedi_completion_environment(config):
293293
# Content of doc to test completion
294294
doc_content = '''import logh

0 commit comments

Comments
 (0)