diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py index fc251ba4e..1481ec47a 100644 --- a/tests/unit/completion/test_models.py +++ b/tests/unit/completion/test_models.py @@ -44,6 +44,7 @@ def _check_completions(model, expected): ... } """ + __tracebackhide__ = True actual = {} assert model.rowCount() == len(expected) for i in range(0, model.rowCount()):