From unknown Sat Sep 20 09:29:39 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#59190 <59190@debbugs.gnu.org> To: bug#59190 <59190@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-pytest-parawtf. Reply-To: bug#59190 <59190@debbugs.gnu.org> Date: Sat, 20 Sep 2025 16:29:39 +0000 retitle 59190 [PATCH] gnu: Add python-pytest-parawtf. reassign 59190 guix-patches submitter 59190 jgart severity 59190 normal tag 59190 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 01:37:34 2022 Received: (at submit) by debbugs.gnu.org; 11 Nov 2022 06:37:34 +0000 Received: from localhost ([127.0.0.1]:44960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otNfS-0005W7-4z for submit@debbugs.gnu.org; Fri, 11 Nov 2022 01:37:34 -0500 Received: from lists.gnu.org ([209.51.188.17]:37434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otNfQ-0005W0-98 for submit@debbugs.gnu.org; Fri, 11 Nov 2022 01:37:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otNfQ-0003VS-2T for guix-patches@gnu.org; Fri, 11 Nov 2022 01:37:32 -0500 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otNfN-0004kX-T7 for guix-patches@gnu.org; Fri, 11 Nov 2022 01:37:31 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 7622c29f for ; Fri, 11 Nov 2022 07:37:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=56GgV/Gsf2q6+S8gxV2pu PJ7vi+1xo4Ib1F2pZY8vY0=; b=MwyOQsi/U8IVN/XT+bqow47kpQqVDVlZvU/bq dAa1HxYuuB9RpbqewPv7Zx4bNr5KsQs2s1D/yVeE5tvE0WJfcyLNHldUZQoSp/6D hInZgn7DtS/acGpm6Q5xBKCtusfAnS/uAwIpKZ5gZCG406pxtHtujImv2g4VXgW0 40T3GXAJQ62xwtPUZL9EZIdstR27fqxN0bb5m6DKXh4QxwgwWWgyXVryRJUz2uvZ muI3pffezi2zt5MEzkMye2SjCwcJC3v+ipV75LbDmzwVrFuU6rAsBCgAL4uvtXkK LXwSuVyNQ3ip8ZYKijY9v+YblgOdg4A4upfarm0awvtCVtSWQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 8635f268 for ; Fri, 11 Nov 2022 07:37:27 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id a270f36c for ; Fri, 11 Nov 2022 07:37:26 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 6b1a50ab (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 11 Nov 2022 07:37:26 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pytest-parawtf. Date: Fri, 11 Nov 2022 00:37:18 -0600 Message-Id: <20221111063718.24140-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit Cc: jgart 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.6 (-) * gnu/packages/python-check.scm (python-pytest-parawtf): New variable. --- gnu/packages/python-check.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 749902271b..ca6c2eaca8 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -16,6 +16,7 @@ ;;; Copyright © 2022 Malte Frank Gerdes ;;; Copyright © 2022 Felix Gruber ;;; Copyright © 2022 Tomasz Jeneralczyk +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -2439,6 +2440,25 @@ (define-public python-sybil provided for the main Python test runners.") (license license:expat))) +(define-public python-pytest-parawtf + (package + (name "python-pytest-parawtf") + (version "1.0.2") + (source (origin + (method url-fetch) + (uri (pypi-uri "pytest-parawtf" version)) + (sha256 + (base32 + "08s86hy58lvrd90cnayzydvac4slaflj0ph9yknakcc42anrm023")))) + (build-system python-build-system) + (propagated-inputs (list python-pytest)) + (home-page "https://bitbucket.org/flub/pytest-parawtf") + (synopsis "Finally spell paramete?ri[sz]e correctly") + (description +"@code{python-pytest} uses one of four different spellings of +parametrize. This plugin allows you to use all four.") + (license license:expat))) + (define-public python-pytest-httpx (package (name "python-pytest-httpx") -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 15 04:16:17 2022 Received: (at 59190) by debbugs.gnu.org; 15 Nov 2022 09:16:17 +0000 Received: from localhost ([127.0.0.1]:52918 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ous3E-0001RM-QM for submit@debbugs.gnu.org; Tue, 15 Nov 2022 04:16:17 -0500 Received: from mail-wr1-f51.google.com ([209.85.221.51]:37837) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ous3C-0001R7-AC for 59190@debbugs.gnu.org; Tue, 15 Nov 2022 04:16:15 -0500 Received: by mail-wr1-f51.google.com with SMTP id bs21so23132853wrb.4 for <59190@debbugs.gnu.org>; Tue, 15 Nov 2022 01:16:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=G/SIIuxljJnp07TlVf5ed1vD/VfkH/iSeM6ehbUttUc=; b=MdQ7v444KE2WQLDXEYg56b6XbNfz1wkOweaSkH/u0BIp65I5oSifdGrwmu/1WJ9Lgc o6DufcYe2QPWCBDOhZqC0H/0S0yuXlElqmU4jiKi4DEtAzyPjEAJEBK6JCxnVUOx2CC2 sbQCpwtlCb4bCBAVe4P7e0yCSbFRAKEcA3pVvh8syGPet5bLWjCChzs8ti1PiHvkZxq7 4qnpal68bqsHlE82KUnhFOWl2q+EwRmdtRb8+cbvlHSjFNoQSGCStip6S1Ki0WO9TnUA ALO3GAf+x9qAQWe1k87sZ1iK0zDO8d/+LgQqI0I1pOR56dxC1bhhlWZzApFcyablvH7F ulhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=G/SIIuxljJnp07TlVf5ed1vD/VfkH/iSeM6ehbUttUc=; b=ta56rRMm/3RwP2X4jxD+10xQqe+0wpqxE5YW1rafo469aOaDOq3bhRlVj/fXxBVTc3 Epm+YjkWPv8EHNbH84VfyMyzI8oFYmMqAn6JH5xrO8vHHhh0L4i2qv7m3X4miM289+eU pq/jSz51il1pm7YqdeQUWNQqGNFAOoWte1MZMOfCU/COaz/yiOg/A3hBE2wpuVs709Rz rVLu6ZAFLUo/lAVyym+O161dmUHMiZwiWwrmtJPi5vTPBZJNaFLy5Uv6fKlx1tgu13M+ OeKniFx3yfedGu6gFCGeNpl6zqR7qW6FUSK8owFxrRG0km7+vrX0HV6wgWig3V39HP9B fe3A== X-Gm-Message-State: ANoB5pkk94KDW8qcGmWW84ue2+XydeY/2elowc9xTdCyuCvlwvc9Wdg0 gJ7HxJK8tTmYVNxB9ZChFlI= X-Google-Smtp-Source: AA0mqf4lFMxsUm7ILvtpdxmR7wDgt2BfbWIGQ1ARump+v5/n2Klgy4NMYYVRxk8qnbISM4cFKrYaEA== X-Received: by 2002:adf:df92:0:b0:241:8e98:42f with SMTP id z18-20020adfdf92000000b002418e98042fmr4615003wrl.206.1668503768248; Tue, 15 Nov 2022 01:16:08 -0800 (PST) Received: from localhost ([141.226.13.150]) by smtp.gmail.com with ESMTPSA id u25-20020a05600c211900b003c6bd91caa5sm14582182wml.17.2022.11.15.01.16.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Nov 2022 01:16:07 -0800 (PST) Date: Tue, 15 Nov 2022 11:16:06 +0200 From: Efraim Flashner To: jgart Subject: Re: [bug#59190] [PATCH] gnu: Add python-pytest-parawtf. Message-ID: Mail-Followup-To: Efraim Flashner , jgart , 59190@debbugs.gnu.org References: <20221111063718.24140-1-jgart@dismail.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pirXRU88RrdoYq0d" Content-Disposition: inline In-Reply-To: <20221111063718.24140-1-jgart@dismail.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 59190 Cc: 59190@debbugs.gnu.org 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: -0.0 (/) --pirXRU88RrdoYq0d Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable After enabling the test suite I found there were some failed tests. Also, the bitbucket source is gone, and it seems to have moved to GitHub. On Fri, Nov 11, 2022 at 12:37:18AM -0600, jgart via Guix-patches via wrote: > * gnu/packages/python-check.scm (python-pytest-parawtf): New variable. > --- > gnu/packages/python-check.scm | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) >=20 > diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm > index 749902271b..ca6c2eaca8 100644 > --- a/gnu/packages/python-check.scm > +++ b/gnu/packages/python-check.scm > @@ -16,6 +16,7 @@ > ;;; Copyright =C2=A9 2022 Malte Frank Gerdes > ;;; Copyright =C2=A9 2022 Felix Gruber > ;;; Copyright =C2=A9 2022 Tomasz Jeneralczyk > +;;; Copyright =C2=A9 2022 jgart > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -2439,6 +2440,25 @@ (define-public python-sybil > provided for the main Python test runners.") > (license license:expat))) > =20 > +(define-public python-pytest-parawtf > + (package > + (name "python-pytest-parawtf") > + (version "1.0.2") > + (source (origin > + (method url-fetch) > + (uri (pypi-uri "pytest-parawtf" version)) > + (sha256 > + (base32 > + "08s86hy58lvrd90cnayzydvac4slaflj0ph9yknakcc42anrm023"))= )) > + (build-system python-build-system) (arguments (list #:phases #~(modify-phases %standard-phases (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? (invoke "pytest"))))))) > + (propagated-inputs (list python-pytest)) > + (home-page "https://bitbucket.org/flub/pytest-parawtf") > + (synopsis "Finally spell paramete?ri[sz]e correctly") > + (description=20 > +"@code{python-pytest} uses one of four different spellings of > +parametrize. This plugin allows you to use all four.") > + (license license:expat))) > + > (define-public python-pytest-httpx > (package > (name "python-pytest-httpx") > --=20 > 2.38.1 >=20 >=20 >=20 >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --pirXRU88RrdoYq0d Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmNzWNUACgkQQarn3Mo9 g1E2bQ//SHIosChox+BT6p+4brLmmOAUbS1eep0Yp0TO+7CLUmkZlQ9lveLBH0jc VPbRaIqAqfTKFAtVirIaw9A8pW3jc537n9GnvDqMif7AYdro2cqDJLpp79yYaxIt sZ2qx2nujC/CC8QnxCQX+uRd6gqMgMkCieXe/vq38G6cIdNreXEJRAibi6a6vQAv a13JKzUYKR0N0vyC7MDrCD8Nafu9Hkec/0c3ycImmRtnqmCZ2VWP4C3hFLE2A4SV 2yWub5jMmYhd31BtHW+0BH0os1Dmm0HujO30wu8ZrdrhyXvM7Aju1YhG8Waq/5Cq vSeqFn75IfRJCzIxO/8mjGSi35ylOgdygW7/bfKS8C2Bfm1oZDEu4vkF/F/TBCoe Cr590bQRN1fmOj7Z4SBMshbyWMQFHFRwTaHHO2/5T0tO0ewA+z9bRPaNU/axNhpE FIm0tQfEUsJVXuJrryXtc/QewGNQ8dGmkDO1FHv+v+UwBDXGpALBhkNKQOEzGte6 K6cz7Qu9xhHV2fDwE3KHFV/D6LDML9mdeqSjLrV265QD860AVPDsBLfuiB4VmDva ghflOaIxCF0Zhz0RSDV+JW/++waqevNsLey7xRhItdhjDOAGz9SkuULUi7zII8I3 6f+HPxHMo5gNKfyta4jOy0Un4vbb4OdMoQInUTWLhA6vSIl7rug= =uFrk -----END PGP SIGNATURE----- --pirXRU88RrdoYq0d-- From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 15 09:51:43 2022 Received: (at 59190) by debbugs.gnu.org; 15 Nov 2022 14:51:43 +0000 Received: from localhost ([127.0.0.1]:53628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouxHr-0004dr-EM for submit@debbugs.gnu.org; Tue, 15 Nov 2022 09:51:43 -0500 Received: from mx2.dismail.de ([159.69.191.136]:8213) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouxHp-0004dY-6c for 59190@debbugs.gnu.org; Tue, 15 Nov 2022 09:51:42 -0500 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id ae8f77e2; Tue, 15 Nov 2022 15:51:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=TZVpgg/DeHgYPYHP6gro+Z9gOpFRR+zfZDjI7Dzdc5c=; b=Gox dDgfFF415JISkES6l76fRm1e8Jk5Ov4GsNzdP60cCkMqxSHwH2115upMzPcQighC SAjSucAjjDicVyhUL+eWROkgc3M35pv3xB4/ygN5hIaBkQV+LZjodF46NfwcyVHp PhVFsRQkX1QjUpl3FYOcCtbClWYmGKAS/JxE9ebIwybltZdZX5Rf5kiry1YWNy3v XA6fME8T79qc0UeOSwdhnN5g8UFuU/4MGBYM/ZnsLku4uxKOPAKq35Y1VB20jiVb kPvfK3C/h7OcMTB/DnLLCaZqp+Dr7eVOPbXDnYJDcVH+90kMWHMBvFklv4nPH/v4 Ko8FObsHcMd/r8e7iZg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 6de4d2c6; Tue, 15 Nov 2022 15:51:33 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 1eb89224; Tue, 15 Nov 2022 15:51:33 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 67097637 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 15 Nov 2022 15:51:32 +0100 (CET) Date: Tue, 15 Nov 2022 08:51:24 -0600 Message-ID: <20221115085124.GB20513@dismail.de> From: jgart To: Efraim Flashner Subject: Re: [bug#59190] [PATCH] gnu: Add python-pytest-parawtf. In-Reply-To: References: <20221111063718.24140-1-jgart@dismail.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59190 Cc: 59190@debbugs.gnu.org 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: -3.3 (---) On Tue, 15 Nov 2022 11:16:06 +0200 Efraim Flashner wrote: > After enabling the test suite I found there were some failed tests. > Also, the bitbucket source is gone, and it seems to have moved to > GitHub. Sorry for not updating this ticket status. I was meaning to send a new patch for GitHub. Thanks for the review. I'll send an update soon. From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 28 16:59:23 2022 Received: (at 59190) by debbugs.gnu.org; 28 Nov 2022 21:59:23 +0000 Received: from localhost ([127.0.0.1]:51147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ozm9r-0002wI-HV for submit@debbugs.gnu.org; Mon, 28 Nov 2022 16:59:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ozm9q-0002wA-1R for 59190@debbugs.gnu.org; Mon, 28 Nov 2022 16:59:22 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozm9k-0001E0-0t; Mon, 28 Nov 2022 16:59:16 -0500 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=VMUz16nXv6HjgoHolo+Kl4nHbEQke7zfiBCgwNcn5z4=; b=G/YVq3IMBWuCRTd34U72 e1+mK+4wqeb27NiTQ42Onz2IpwgymFafiNynCKjIVhq9qPkgAw3bXT3xZN6CAKFmsH/IjazbNVtsc o28IkwgNC9uHVl1+y4pqQMCXyXE46ybwjycLjjrmioSy2BshrWEzaoguuJDNsZVYUr7AyGYQLZ1Gw g3HuUfQe4f1SQswqRJjA2MdBdu6S4hV1puKXxu3C+arMQpTNubvV590UFvmnh+q/y4F4KVlR5HXVX zOo+jx2iBJXjPMlFQtgTKfKN9eifixSnkShNzhE30pflOUciZ2Lhgr2RK6Ls7jcqYpW2+3qdf3bW+ 5Qr6rA6/cnqMTA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozm9j-0004y7-EV; Mon, 28 Nov 2022 16:59:15 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: bug#59190: [PATCH] gnu: Add python-pytest-parawtf. References: <20221111063718.24140-1-jgart@dismail.de> <20221115085124.GB20513@dismail.de> Date: Mon, 28 Nov 2022 22:59:13 +0100 In-Reply-To: <20221115085124.GB20513@dismail.de> (jgart@dismail.de's message of "Tue, 15 Nov 2022 08:51:24 -0600") Message-ID: <87h6yi91vy.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59190 Cc: Efraim Flashner , 59190@debbugs.gnu.org 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: -3.3 (---) Hi, jgart skribis: > On Tue, 15 Nov 2022 11:16:06 +0200 Efraim Flashner wrote: >> After enabling the test suite I found there were some failed tests. >> Also, the bitbucket source is gone, and it seems to have moved to >> GitHub. > > Sorry for not updating this ticket status. I was meaning to send a new > patch for GitHub. > > Thanks for the review. I'll send an update soon. Did you have a chance to look into it? TIA, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 29 00:37:09 2022 Received: (at 59190) by debbugs.gnu.org; 29 Nov 2022 05:37:10 +0000 Received: from localhost ([127.0.0.1]:53210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oztIr-0003dp-Gu for submit@debbugs.gnu.org; Tue, 29 Nov 2022 00:37:09 -0500 Received: from mx2.dismail.de ([159.69.191.136]:31539) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oztIp-0003dQ-31 for 59190@debbugs.gnu.org; Tue, 29 Nov 2022 00:37:07 -0500 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 1d990027; Tue, 29 Nov 2022 06:36:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=c2d84GuMxDQwsmPCjVjho eDH1SPYZx8uy8Y/GMJD5gc=; b=GwBFtZLgBm4wWQn4YlR17YrSkOA1c3YRvqPPg TbS3gmuw91cedoxqE4Zz3ogaXmsSk3euqDzqZMfUP56TYETjHLxmbayhOXwEGW38 lO+Y1hCgAa3YiNNUsTN7cOu93Qy5+vP+J3CF+lbVRlDFIaWSvntVme3GEk5GwLRP jiATWEdrnw8zV9dP+ZUABXse4ZEheHULz9ksLrs9NQXpBj/EELaa21GuRzz5++wQ YSL7f9/9RWr9nr/O/ZaQnbsL45eAlggZnCAiB9po030+EII9UvpdHx56eAmsOACY TMbF8JAWe0zD6vNRxWqfaXWEKuGfte8dzvVIjsBVdHsZTbkXg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 0ec2c9b7; Tue, 29 Nov 2022 06:36:50 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id d56b0161; Tue, 29 Nov 2022 06:36:49 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id ffe15a65 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 29 Nov 2022 06:36:43 +0100 (CET) From: jgart To: 59190@debbugs.gnu.org Subject: [PATCH v2] gnu: Add python-pytest-parawtf. Date: Mon, 28 Nov 2022 23:34:25 -0600 Message-Id: <20221129053424.3030-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59190 Cc: =?UTF-8?q?Ludovic=20Court=C3=A8s?= , jgart , Efraim Flashner 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: -3.3 (---) * gnu/packages/python-check.scm (python-pytest-parawtf): New variable. Hi Ludo and Efraim. Here's v2. I disabled the failing parametrized tests and added a comment to a pending issue I opened with upstream regarding fixing the failing tests. all best, jgart --- gnu/packages/python-check.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 749902271b..486abf1c13 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -16,6 +16,7 @@ ;;; Copyright © 2022 Malte Frank Gerdes ;;; Copyright © 2022 Felix Gruber ;;; Copyright © 2022 Tomasz Jeneralczyk +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -2439,6 +2440,34 @@ (define-public python-sybil provided for the main Python test runners.") (license license:expat))) +(define-public python-pytest-parawtf + (package + (name "python-pytest-parawtf") + (version "1.0.2") + (source (origin + (method url-fetch) + (uri (pypi-uri "pytest-parawtf" version)) + (sha256 + (base32 + "08s86hy58lvrd90cnayzydvac4slaflj0ph9yknakcc42anrm023")))) + (build-system python-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + ;; https://github.com/flub/pytest-parawtf/issues/1 + (invoke "pytest" "-k" "not test_mark"))))))) + (propagated-inputs (list python-pytest)) + (home-page "https://github.com/flub/pytest-parawtf/") + (synopsis "Finally spell paramete?ri[sz]e correctly") + (description +"@code{python-pytest} uses one of four different spellings of +parametrize. This plugin allows you to use all four.") + (license license:expat))) + (define-public python-pytest-httpx (package (name "python-pytest-httpx") -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 29 02:23:54 2022 Received: (at 59190-done) by debbugs.gnu.org; 29 Nov 2022 07:23:54 +0000 Received: from localhost ([127.0.0.1]:53907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ozuy9-00055T-Qx for submit@debbugs.gnu.org; Tue, 29 Nov 2022 02:23:54 -0500 Received: from mail-wr1-f48.google.com ([209.85.221.48]:36566) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ozuy8-00055M-1M for 59190-done@debbugs.gnu.org; Tue, 29 Nov 2022 02:23:52 -0500 Received: by mail-wr1-f48.google.com with SMTP id z4so20653110wrr.3 for <59190-done@debbugs.gnu.org>; Mon, 28 Nov 2022 23:23:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=/qYGY48rDcUKSoH/aEfpGLd9JveUeJvpzthuyWR1mfw=; b=aUX994Jf3xN2owR8GKODMtAeDKR8PzKYWXqW7DBsi8dLoAaekivSdUkLe1FJfP57FW mLiEVUL1S0cYJ7/Jf1dhqDKTETRCNJjRJOBxbJB5UXjmYYxqO5qZdqi9QFYOr7AIFjHz n63ondEx1Pq85NgsGi46Hr4xUKEfJAZelaeVnIgD5XUG70/y3vIlqqtoZ/yHvBvZMiCV H8wo+mjL0h6p6R2QrUqox5B1KlnPABAUb6fXQqeR8HvqZj4n2stNr22zizbFBpG/3YyI L6i0o+89ynfDzqEVVR9dm5LkLw/8WuSnD/BsOctZWVsK7RjSXnaE9fW/lap/YWAuCOHM +CAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=/qYGY48rDcUKSoH/aEfpGLd9JveUeJvpzthuyWR1mfw=; b=1tz93Iff904LspdLPpd4EzpDXB3t8FAhVspXiwYGW/qo+X5Tm8Majyxh63GF5a4qUI BWd6Vkc/a4YsUyM+rPSGLwlNs6kbcxY8fg7zAL72ovFeqnAQ0YCmSjD2n7/Ld1AlWu6X HPiQb/vh0d67XOA9iYoE07A0lk9+71qGuCglANgEcsjlqd9wmVoxY1nadtKITCrwf420 dQWsZ2Rl2mVUDlVqwiEyfMy4teRYhKs+AhSFT8rSUMmVYIHw/Rv+h6135DpbYHPxo5vM wkSlMZwCBz8bD3hw0zO/crxyj+hUDN615xEa6mrrCnWzqFcklnYWfx/QzhQZ5We0nQyy pOow== X-Gm-Message-State: ANoB5pknNt1Gi7CzeWI1GauVQOa9pfY6arxAyQk5P27jukaqAXMQEFb/ Tttqqqr/fGBclYK8gJmf4zo= X-Google-Smtp-Source: AA0mqf7eu5a0dp6wSFlNB4CwLwHKF/qQ++3TZRaFmSP4IhE82tqlpZOTLRW16qvUiaucMY61wIJ6Sg== X-Received: by 2002:adf:e50e:0:b0:241:cce2:1af with SMTP id j14-20020adfe50e000000b00241cce201afmr29720090wrm.615.1669706625895; Mon, 28 Nov 2022 23:23:45 -0800 (PST) Received: from localhost ([141.226.13.150]) by smtp.gmail.com with ESMTPSA id b11-20020a05600c4e0b00b003b497138093sm948735wmq.47.2022.11.28.23.23.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Nov 2022 23:23:45 -0800 (PST) Date: Tue, 29 Nov 2022 09:23:43 +0200 From: Efraim Flashner To: jgart Subject: Re: [PATCH v2] gnu: Add python-pytest-parawtf. Message-ID: Mail-Followup-To: Efraim Flashner , jgart , 59190-done@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= References: <20221129053424.3030-1-jgart@dismail.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="brgL2ry7sNkdbyio" Content-Disposition: inline In-Reply-To: <20221129053424.3030-1-jgart@dismail.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 59190-done Cc: 59190-done@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= 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: -0.7 (/) --brgL2ry7sNkdbyio Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --brgL2ry7sNkdbyio Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmOFs3wACgkQQarn3Mo9 g1G/gw/+MiFcOplceP5AMCILW4fyIAIX6eL6FNtlnfIOoS362XIPSJXvhtTSPjCd vDvkBO6xo1BzIzP+4T9zfdRMCbrbXbSbeSBXaaMMJGMPSkfX8dn9ao++ujDteW33 lCkGnOmbaqo71EgcGRRhiYVHZqVS9pPgucEJ5EtMl7tkd7XxcxzdkWOngKdN69iL GKFb9aUcFOM0wEg/puVxX0MbAgV9PP27FucVNU/IcMgbhNpKIpKiOJ9GIhI9xqPo QmwT8xD6Tm9mInMMpIsy18zHahOQXNhF8N0/l3WyqcOOUh29iqco0muC+X5tg3Uq g/LMqQmecXj6m4GKjkpAJV+eSkVeXnFYV3E2NHASp1n9DOoEHOYRceOtpCxT2qjd ZU/d8d5DVOigYMqNsIfji5Oqfbkz9noHPLEMBeLypqDYrUDMTvb9RAyTCFKgCUjl i2IV6h84/b+GF5JEQC2BG8sULY+vfC3Yhhy/QKZHQBl/2UwwnO0DtNQqelsRGPNh SDeHOtKnluMhNXu7FHGy+MvPrHcH/CUKG8xNH8p6jaEoFYG7NBj15/qcok/8J61I t423ZpQDVW3X1uwq9Lk58pL7CvDzYNAoXhHrKq3m72VXri2hVmW0sG9ogDA4ulr9 P/aly1NlvvbEp8nVQoz+EiLDfqfabDJHpLuyCZ9vqswxzhzrM1M= =IzYm -----END PGP SIGNATURE----- --brgL2ry7sNkdbyio-- From unknown Sat Sep 20 09:29:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 27 Dec 2022 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator