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

Vratislav Podzimek vpodzime at redhat.com
Thu Jul 2 16:12:39 UTC 2015


On Thu, 2015-07-02 at 11:40 -0400, Chris Lumens wrote:
> ---
>  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
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list