From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WLihBxMlIV+lDQAA0tVLHw (envelope-from ) for ; Wed, 29 Jul 2020 07:28:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 0HyWAxMlIV+pXgAAB5/wlQ (envelope-from ) for ; Wed, 29 Jul 2020 07:28:19 +0000 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 245659404CA for ; Wed, 29 Jul 2020 07:28:18 +0000 (UTC) Received: from localhost ([::1]:48080 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0gVb-00067z-Mr for larch@yhetil.org; Wed, 29 Jul 2020 03:28:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40856) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0gVO-00067k-RM for guix-patches@gnu.org; Wed, 29 Jul 2020 03:28:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k0gVO-0001q4-I5 for guix-patches@gnu.org; Wed, 29 Jul 2020 03:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k0gVO-0004M1-F7 for guix-patches@gnu.org; Wed, 29 Jul 2020 03:28:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42573] [PATCH 2/2] gnu: python-clikit: Update to 0.6.2. References: <20200728092221.9192-1-tanguy@bioneland.org> In-Reply-To: <20200728092221.9192-1-tanguy@bioneland.org> Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 29 Jul 2020 07:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42573 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Oleg Pykhalov Cc: 42573@debbugs.gnu.org Received: via spool by 42573-submit@debbugs.gnu.org id=B42573.159600762616663 (code B ref 42573); Wed, 29 Jul 2020 07:28:02 +0000 Received: (at 42573) by debbugs.gnu.org; 29 Jul 2020 07:27:06 +0000 Received: from localhost ([127.0.0.1]:59926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0gUT-0004Kh-VV for submit@debbugs.gnu.org; Wed, 29 Jul 2020 03:27:06 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:4623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0gUR-0004K7-PZ for 42573@debbugs.gnu.org; Wed, 29 Jul 2020 03:27:04 -0400 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id D7FB4240005; Wed, 29 Jul 2020 07:26:56 +0000 (UTC) Date: Wed, 29 Jul 2020 09:26:56 +0200 From: Tanguy Le Carrour Message-ID: <20200729072656.x3pa4s5iectwkhur@rafflesia> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: 7lOo1mDEx4aT Hi Oleg, >Tanguy Le Carrour bioneland.org> writes: >> * gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2. >[…] >> + (arguments '(#:tests? #f)) ; no test in the PyPI tarball >Could you take a look on a fetching source with ‘git-fetch’ and enabling >tests suite? Actually, I can't! :-( `crashtest` is a project managed with Poetry. In order to build and test it, I need `poetry`. But `poetry` depends on `clikit` that depends on… `crashtest`! I guess (I hope) that more and more projects will be managed with Poetry, so we'll run into this problem again. There's actually an other problem with Poetry: `poetry` is managed with Poetry! I have no idea how to handle this! Is this a scenario where we have to have a `poetry-0` that is a "trusted" binary that we use to "properly" build the "poetry chain"? Any help welcome! -- Tanguy