]> granicus.if.org Git - graphviz/commitdiff
disable Pylint’s line-too-long warning for reference test list
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Jul 2021 02:39:14 +0000 (19:39 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 9 Jul 2021 04:46:51 +0000 (21:46 -0700)
IMHO this list is more readable as it is, unwrapped.

tests/reference/test_reference.py

index 860e37765d13c050dc4dd2e58762dc856bc5b1df..909a3f4cc3f0f9fd9e9b0dc15a95b46987a75ae6 100644 (file)
@@ -5,6 +5,7 @@ import sys
 import tempfile
 import pytest
 
+# pylint: disable=line-too-long
 @pytest.mark.xfail
 @pytest.mark.parametrize('src,format,reference', (
   ('graph G {a [label="" shape=none]}', 'gv', '001.001.gv'),