From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id aPXRL3DSD2O0aQAAbAwnHQ (envelope-from ) for ; Wed, 31 Aug 2022 23:28:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WLOXL3DSD2P2MgAAauVa8A (envelope-from ) for ; Wed, 31 Aug 2022 23:28:16 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9C76814D8A for ; Wed, 31 Aug 2022 23:28:12 +0200 (CEST) Received: from localhost ([::1]:41396 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oTVFr-00071Y-RB for larch@yhetil.org; Wed, 31 Aug 2022 17:28:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33190) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTVFh-00070v-W2 for guix-patches@gnu.org; Wed, 31 Aug 2022 17:28:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50934) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oTVFh-0006Or-Ng for guix-patches@gnu.org; Wed, 31 Aug 2022 17:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oTVFh-0002u8-Jl for guix-patches@gnu.org; Wed, 31 Aug 2022 17:28:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57092] repairing tox Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 31 Aug 2022 21:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57092 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Nicolas Graves Cc: Mathieu Othacehe , Liliana Marie Prikler , 57092@debbugs.gnu.org Received: via spool by 57092-submit@debbugs.gnu.org id=B57092.166198124011110 (code B ref 57092); Wed, 31 Aug 2022 21:28:01 +0000 Received: (at 57092) by debbugs.gnu.org; 31 Aug 2022 21:27:20 +0000 Received: from localhost ([127.0.0.1]:40683 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTVF2-0002t7-6g for submit@debbugs.gnu.org; Wed, 31 Aug 2022 17:27:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTVF0-0002st-JX for 57092@debbugs.gnu.org; Wed, 31 Aug 2022 17:27:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34756) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTVEp-00068P-Tn; Wed, 31 Aug 2022 17:27:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=wX3NRyJK/+5M3gSKTHfeWBhdM0Gk8EmqBpoUriCRTag=; b=ATpbeOeJvFllTe29Gwhq /eZ91XOZy4jlgPHcJ84BMvxJdb5HbtVUqOSoxEwxc+74KXhj+TFTzYJnkojX44eQlIR50G73dBwZn e0qlaPFlmRpboiOL6kuk00lI2zQU2yPZBWZMONS/Q6wdGAxzqzOphhdXYCyekrLFyNbDTMW7JKP2C 4PG+1tNYlw7ObR9hVl+W6f8ZeA4mLe6XnhnLmhb70IC4xezxcUVouUnoiVaLAkvxwUEeKdiCGt9mS IVi3baxt8PVzWbYFcs4hfQrbkfTGUPMSxawsu6Xg5FtBVtBofYqt1qmouaNRVX+LVSvnkR2JbYI4C b7Td3gJCmOdzdw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55246 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTVEp-0007oJ-FX; Wed, 31 Aug 2022 17:27:07 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220820223353.9094-1-ngraves@ngraves.fr> <20220820223353.9094-2-ngraves@ngraves.fr> <87zgfylejt.fsf@ngraves.fr> Date: Wed, 31 Aug 2022 23:27:05 +0200 In-Reply-To: <87zgfylejt.fsf@ngraves.fr> (Nicolas Graves's message of "Sun, 21 Aug 2022 00:45:42 +0200") Message-ID: <87tu5s85p2.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1661981292; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=wX3NRyJK/+5M3gSKTHfeWBhdM0Gk8EmqBpoUriCRTag=; b=npJG7eQ9SkUbYvzBJ9X75YLHhCejV8bJxCGpCcvN6xVFdxMdWFXWkxCNuksxaJEnXIKK9d xe0DKyDX4QAYVwY/CCkxefF9Fh4yJ1wPHkWn3d5rHdMDjRnj/qIDVVtbTrcJkAJ0kXHhI0 rvU5rUYjjygB884vIGbAQRLeN2pFmyH1zbyPrSeBGkU2HQ4ck1K/5I8NoQ2mfClkLefAU0 4WPlWPttBdKxHf+wZjvrQbgYSDcIseAgDRK7r69IRQufJxNaAUdk++B06zNoUyMnHiHdau bylwEfIMvO2cRl+rVREsBMiGSGeP9VQCPSg1oiExHDPvYJOTNXccj+5LjxHlUg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661981292; a=rsa-sha256; cv=none; b=SLgGem/1tHto7BfvE3UOHLrokfTFrRDq/nJou/OZ6xzyUPydsE/sahtpulXsGrGZ58hart pKnNg6qZNolLqLB1C9jOR+0n5USqj5cEFbpKYkCBYjRr4nRC8IK6qAYhExE+xEuLpwtJKc VqyNtqez4L+EmRFzOf14OGaM0lFz4fuAMA8+UDg7/qX3UKGCbxmPNDoKjnZYShqrpRw8I0 0hTfD8gBOWusxh8DDoEHZ7Qsc6+oN7+XylS9jVly4QdQNhLEpnbcPr7FMgboI44jKYs88F 1wDixrt8kL3PS500R/ayKR2KMto5wUWaXSBRXA0KxmPsnj2QCU8iCcyOZqrL1A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ATpbeOeJ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -0.68 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ATpbeOeJ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9C76814D8A X-Spam-Score: -0.68 X-Migadu-Scanner: scn1.migadu.com X-TUID: BLri+LOIYJTE Hi, Mathieu & Liliana: should these patches be applied? Thanks in advance, Ludo=E2=80=99. Nicolas Graves skribis: > Hi! > > A quick note on this patch: you were right, tests were not managed > through setup.py. > > Using pytest, I've found quite some failing tests. I haven't tried to > fix them (don't have time for this right now), but they are listed > here. That may seem a lot, but failing tests are a minority (~12%) of > all tests, and most of them are failing with similar error messages.