From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 14 18:14:30 2022 Received: (at 53019) by debbugs.gnu.org; 14 Mar 2022 22:14:30 +0000 Received: from localhost ([127.0.0.1]:46700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTsxS-0003hk-6S for submit@debbugs.gnu.org; Mon, 14 Mar 2022 18:14:30 -0400 Received: from confino.investici.org ([212.103.72.250]:29943) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nTsxQ-0003ha-Uk for 53019@debbugs.gnu.org; Mon, 14 Mar 2022 18:14:29 -0400 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4KHW6X3VK9z10vL; Mon, 14 Mar 2022 22:14:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1647296068; bh=AMXkmTbsqWrFh3FTcthGaDShvf6cNlifdFxYlTejLz8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=RFr7B/cJ5whLqdR/VZCKNM8y8UXtGG9mCR6qp/QbOrnL/niwPHnsIkpLFFbafbS1R fyECA/bbxDpr1jyAI7bVAzeTJf58lIWJNPKUhvlfjYv3TU2N2q110NHQqs9FtT7JYP om9hVi6DewRHwxdCnynXrNw3VBzBREVqxVYUFu0k= Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4KHW6X2mpbz10s9; Mon, 14 Mar 2022 22:14:28 +0000 (UTC) Message-ID: <5022dda1-8975-312b-a11b-446a170e3b83@autistici.org> Date: Mon, 14 Mar 2022 23:14:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [bug#53019] [PATCH 1/3] gnu: Add python-codeclimate-test-reporter. Content-Language: en-US To: Maxime Devos , 53019@debbugs.gnu.org References: <877aca93-bd87-3314-dbf9-ae9b0c537eb9@autistici.org> <20220305231459.22969-1-goodoldpaul@autistici.org> From: paul In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53019 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Dear Maxime, On 3/6/22 11:18, Maxime Devos wrote: > Giacomo Leidi via Guix-patches via schreef op zo 06-03-2022 om 00:14 > [+0100]: >> +             ;; FIXME: These tests fail with >> +             ;; obscure error messages. >> +             (for-each >> +              (lambda (test-file) >> +                (delete-file test-file)) >> +              '("tests/test_reporter.py" >> +                "tests/test_runner.py"))))))) > If these tests fail, there's a problem somewhere in need of a fix. > What are the error messages, and have they been reported upstream? It turns out it requires exactly python-coverage@4.3.4. It's now fixed. Thank you, Giacomo