Make pylint shut up about test_version

This commit is contained in:
Florian Bruhin 2017-06-19 13:42:19 +02:00
parent 40b949364e
commit df0bd23d79

View File

@ -807,7 +807,7 @@ def test_chromium_version_unpatched(qapp):
(True, False, True, False, True), # no webkit
(True, False, True, 'ng', True), # QtWebKit-NG
(True, False, True, True, False), # unknown Linux distribution
])
]) # pylint: disable=too-many-locals
def test_version_output(git_commit, frozen, style, with_webkit,
known_distribution, stubs, monkeypatch):
"""Test version.version()."""