summaryrefslogtreecommitdiff
path: root/tests/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'tests/widgets')
-rw-r--r--tests/widgets/globals_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/widgets/globals_test.py b/tests/widgets/globals_test.py
index 7d7d6547..52563b84 100644
--- a/tests/widgets/globals_test.py
+++ b/tests/widgets/globals_test.py
@@ -29,6 +29,8 @@ class TestTagWidget(unittest.TestCase):
def test_sort(self):
"""Test sorting."""
+ # There's an upstream bug about this
+ # pylint: disable=bad-continuation
with mock.patch(
'alot.widgets.globals.settings.get_tagstring_representation',
lambda t, _, __: {'translated': t, 'normal': None,