##// END OF EJS Templates
Readd xfail to help with debian packaging
Matthias Bussonnier -
Show More
@@ -475,6 +475,7 b' class TestCompleter(unittest.TestCase):'
475 "encoding" in c.signature
475 "encoding" in c.signature
476 ), "Signature of function was not found by completer"
476 ), "Signature of function was not found by completer"
477
477
478 @pytest.mark.xfail(reason="Known failure on jedi<=0.18.0")
478 def test_deduplicate_completions(self):
479 def test_deduplicate_completions(self):
479 """
480 """
480 Test that completions are correctly deduplicated (even if ranges are not the same)
481 Test that completions are correctly deduplicated (even if ranges are not the same)
General Comments 0
You need to be logged in to leave comments. Login now