From 000c27e226428409afc29bf440073283fa530be6 2022-02-01 20:01:53 From: Matthias Bussonnier Date: 2022-02-01 20:01:53 Subject: [PATCH] Merge pull request #13500 from Carreau/xfail Readd xfail to help with linux packaging --- diff --git a/IPython/core/tests/test_completer.py b/IPython/core/tests/test_completer.py index db44d51..cb5756a 100644 --- a/IPython/core/tests/test_completer.py +++ b/IPython/core/tests/test_completer.py @@ -475,6 +475,7 @@ class TestCompleter(unittest.TestCase): "encoding" in c.signature ), "Signature of function was not found by completer" + @pytest.mark.xfail(reason="Known failure on jedi<=0.18.0") def test_deduplicate_completions(self): """ Test that completions are correctly deduplicated (even if ranges are not the same)