From patchwork Sat May 30 12:31:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 22449 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 02CD627BBE3; Sat, 30 May 2020 13:32:10 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id B178B27BBE1 for ; Sat, 30 May 2020 13:32:09 +0100 (BST) Received: from localhost ([::1]:45148 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf0en-0007wK-6L for patchwork@mira.cbaines.net; Sat, 30 May 2020 08:32:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jf0eg-0007w8-U5 for guix-patches@gnu.org; Sat, 30 May 2020 08:32:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45560) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jf0eg-0007Mz-Jq for guix-patches@gnu.org; Sat, 30 May 2020 08:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jf0eg-0008Re-Fp for guix-patches@gnu.org; Sat, 30 May 2020 08:32:02 -0400 Subject: bug#41580: [PATCH] gnu: Update python-pylint to 2.5.2 Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 30 May 2020 12:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41580 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ryan Prior , 41580-done@debbugs.gnu.org Mail-Followup-To: 41580@debbugs.gnu.org, marius@gnu.org, rprior@protonmail.com Received: via spool by 41580-done@debbugs.gnu.org id=D41580.159084190232426 (code D ref 41580); Sat, 30 May 2020 12:32:02 +0000 Received: (at 41580-done) by debbugs.gnu.org; 30 May 2020 12:31:42 +0000 Received: from localhost ([127.0.0.1]:57105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf0eL-0008Qw-Of for submit@debbugs.gnu.org; Sat, 30 May 2020 08:31:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf0eJ-0008Qh-SU for 41580-done@debbugs.gnu.org; Sat, 30 May 2020 08:31:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33948) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf0eC-0006rK-I9; Sat, 30 May 2020 08:31:32 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:41278 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf0dr-00065q-Rx; Sat, 30 May 2020 08:31:30 -0400 From: Marius Bakke In-Reply-To: <20200528180122.21280-1-rprior@protonmail.com> References: <20200528180122.21280-1-rprior@protonmail.com> Date: Sat, 30 May 2020 14:31:09 +0200 Message-ID: <871rn138qa.fsf@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Ryan Prior via Guix-patches via writes: > * gnu/packages/check.scm (python-pylint): Updated version to 2.5.2 Thanks! I fixed the commit message and applied with the following changes: diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index de4a978d97..8d99e67514 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1902,7 +1902,7 @@ statements in the module it tests.") (base32 "150x679mrlgm1s4ym7irf9mnsjilqyaakss4spc4pbrzkl11agnh")))) (build-system python-build-system) - ;; Further releases, up to 2.4.3, have failing unit tests. See: + ;; FIXME: Tests are failing since version 2.4.3, see: ;; https://github.com/PyCQA/pylint/issues/3198. (arguments '(#:tests? #f)) (native-inputs @@ -1946,7 +1946,7 @@ possible to write plugins to add your own checks.") (base32 "02a89d8a47s7nfiv1ady3j0sg2sbyja3np145brarfp5x9qxz9x2")))) (arguments - `(,@(package-arguments pylint) + `(,@(strip-keyword-arguments '(#:tests?) (package-arguments pylint)) #:phases (modify-phases %standard-phases (replace 'check