[elbe-devel] [PATCH 16/16] tests: test_pylint: remove elbeproject.py and elbexml.py from bad list

Torben Hohn torben.hohn at linutronix.de
Wed Jul 28 17:40:52 CEST 2021


elbeproject.py and elbexml.py are now clean.

Remove them from the list of known bad files.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/tests/test_pylint.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/elbepack/tests/test_pylint.py b/elbepack/tests/test_pylint.py
index 5772927c4..6a5e7a044 100644
--- a/elbepack/tests/test_pylint.py
+++ b/elbepack/tests/test_pylint.py
@@ -32,9 +32,6 @@ class TestPylint(ElbeTestCase):
                        "debianize/widgets/grid.py",
                        "debianize/widgets/radio.py",
 
-                       "elbeproject.py",
-                       "elbexml.py",
-
                        # FIXME: This one is an actual bug to be fixed
                        # 274:30: W0631: Using possibly undefined loop variable 'entry' (undefined-loop-variable)
                        # 276:26: W0631: Using possibly undefined loop variable 'entry' (undefined-loop-variable)
-- 
2.20.1



More information about the elbe-devel mailing list