We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57b8fa commit 0afbd1bCopy full SHA for 0afbd1b
test/plugins/test_completion.py
@@ -288,7 +288,7 @@ def spam():
288
assert completions[0]['label'] == 'spam()'
289
290
291
-@pytest.mark.skipif(os.name != 'nt' and not PY2, reason="Tested on unix and py2 only")
+@pytest.mark.skipif(os.name != 'nt' or PY2, reason="Tested on unix and py2 only")
292
def test_jedi_completion_environment(config):
293
# Content of doc to test completion
294
doc_content = '''import logh
0 commit comments