[PATCH] There's a python3 anaconda now, so ditch the temporary false positives.

Chris Lumens clumens at redhat.com
Thu Jul 2 15:40:44 UTC 2015


---
 tests/pylint/runpylint.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/tests/pylint/runpylint.py b/tests/pylint/runpylint.py
index 64badd4..558297f 100755
--- a/tests/pylint/runpylint.py
+++ b/tests/pylint/runpylint.py
@@ -17,11 +17,7 @@ class BlivetLintConfig(PocketLintConfig):
                                 FalsePositive(r"Method 'doTask' is abstract in class 'Task' but is not overridden"),
                                 FalsePositive(r"Method 'doTask' is abstract in class 'UnimplementedTask' but is not overridden"),
                                 FalsePositive(r"No value for argument 'member_count' in unbound method call$"),
-                                FalsePositive(r"No value for argument 'smallest_member_size' in unbound method call$"),
-
-                                # FIXME:  These are temporary, until there's a python3 anaconda.
-                                FalsePositive(r"Unable to import 'pyanaconda'$"),
-                                FalsePositive(r"Unable to import 'pyanaconda.*'$"),
+                                FalsePositive(r"No value for argument 'smallest_member_size' in unbound method call$")
                               ]
 
     @property
-- 
2.4.3



More information about the anaconda-patches mailing list