From unknown Sat Sep 06 04:31:34 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#68069 <68069@debbugs.gnu.org> To: bug#68069 <68069@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-pytest-cookies. Reply-To: bug#68069 <68069@debbugs.gnu.org> Date: Sat, 06 Sep 2025 11:31:34 +0000 retitle 68069 [PATCH] gnu: Add python-pytest-cookies. reassign 68069 guix-patches submitter 68069 Troy Figiel severity 68069 normal tag 68069 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 27 16:39:21 2023 Received: (at submit) by debbugs.gnu.org; 27 Dec 2023 21:39:22 +0000 Received: from localhost ([127.0.0.1]:37972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rIbcX-0004X0-9E for submit@debbugs.gnu.org; Wed, 27 Dec 2023 16:39:21 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rIbcU-0004Wl-37 for submit@debbugs.gnu.org; Wed, 27 Dec 2023 16:39:19 -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 1rIbcO-00075S-P1 for guix-patches@gnu.org; Wed, 27 Dec 2023 16:39:13 -0500 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rIbcN-0002hm-0N for guix-patches@gnu.org; Wed, 27 Dec 2023 16:39:12 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4T0lQJ3WG9z9scJ for ; Wed, 27 Dec 2023 22:39:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1703713144; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=RSC2PkrRAX5l4ZCB72aT6Ay1P5BlsZW449ycDTTqHBY=; b=TUMOD0+QlsS9bszeHXIxAR4VvecoGuuzsb/qV9+qIWPyl0K3d1o4M6y+jYIKFSHc+T1mKN GBvk9WBtj4fA9wUzvvp5jAOwOq5ysTRRXCjkmvNJzb0gvUuCKw1leViLNkwRXRo4jk//Vr XRbuKqu06Rz8PnaltV5IPS46s3ELf7IDrwXUQ0MrQvudrm+inF4gzv7YAWy149cMF1Pc02 Pivpsh2qdTp6T6/X35ZrSthlA8fBGruhj+RqVzKqq1sOTK0/GZnb9jmDI74lRCXE1t3r5o ArM8ZOJZIcmAygU+yC0nc1oKgWvMb81lMJf1LCGadruKZGBhwkuCGtJIzPj5xA== From: Troy Figiel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pytest-cookies. Date: Wed, 27 Dec 2023 22:29:37 +0100 Message-ID: <87tto3comb.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4T0lQJ3WG9z9scJ Received-SPF: pass client-ip=80.241.56.152; envelope-from=troy@troyfigiel.com; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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 (/) * gnu/packages/python-check.scm (python-pytest-cookies): New variable. Change-Id: I0b085d345bf1bce5fc9c03315da06954cf2125cb --- gnu/packages/python-check.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index ea74472270..f02ca10298 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -583,6 +583,38 @@ (define-public python-pytest-arraydiff are too large to conveniently hard-code them in the tests.") (license license:bsd-3))) +(define-public python-pytest-cookies + (package + (name "python-pytest-cookies") + (version "0.7.0") + (source + (origin + ;; No tests in the PyPI tarball. + (method git-fetch) + (uri (git-reference + (url "https://github.com/hackebrot/pytest-cookies") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1x7ny6mx1siy9law1cv1i63nvv9ds2g1dlagm40l8qymxry43mjn")))) + (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "pytest" "-vv"))))))) + (native-inputs (list python-pytest)) + (propagated-inputs (list python-cookiecutter)) + (home-page "https://github.com/hackebrot/pytest-cookies") + (synopsis "Pytest plugin for Cookiecutter templates") + (description + "This Pytest plugin adds a @code{cookies} fixture, which is a +wrapper for the Cookiecutter API. This fixture helps you verify that +your template is working as expected and takes care of cleaning up after +running the tests.") + (license license:expat))) + (define-public python-pytest-doctestplus (package (name "python-pytest-doctestplus") base-commit: 5bd80ccd69047b1777749e24d4adf2c951b5d14b -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 28 04:23:09 2023 Received: (at 68069-done) by debbugs.gnu.org; 28 Dec 2023 09:23:09 +0000 Received: from localhost ([127.0.0.1]:38465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rImbc-0002dy-T9 for submit@debbugs.gnu.org; Thu, 28 Dec 2023 04:23:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rImbb-0002dk-Lw for 68069-done@debbugs.gnu.org; Thu, 28 Dec 2023 04:23:07 -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 1rImbW-0000Jl-Pf; Thu, 28 Dec 2023 04:23:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=YQnGZGjXQSNerkC9c+Wkz2negloIBhP33hWWEG8GhDs=; b=MfJpCMMDKlwffH0qg/AZ Du+2M79BXaTEmih7y/AHuNwxwxhdqWjaHXLIkLd8RJv4SL6Hvrzpm8oxHp0/EZ8VkZ4+Pr3r84JQy ZkH4ERyY1W23upfAPJBqnjB0gbLOj5WoSdeAyWqC54P9VAODynjH4fZhcW7BfEWxP+XafyEoB2jxp dpBD9RBZzgq3dSm/vsVqzDNE2HRkMt2dICXEZXUpzCjBBOZOpLLL2EfTycSAQgZWn5x5xRGfam6gt HmpPZLYF1JUhalzEEQVaPxoPKC7Wllz94MRktQx0Zirb9uN0kek1/bjdueygd+4njahvlYIbX+tjU BaXg/tKgtxDTmg==; From: Mathieu Othacehe To: Troy Figiel Subject: Re: [bug#68069] [PATCH] gnu: Add python-pytest-cookies. In-Reply-To: <87tto3comb.fsf@troyfigiel.com> (Troy Figiel's message of "Wed, 27 Dec 2023 22:29:37 +0100") References: <87tto3comb.fsf@troyfigiel.com> Date: Thu, 28 Dec 2023 10:22:47 +0100 Message-ID: <87y1de7kbc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68069-done Cc: 68069-done@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 (---) > * gnu/packages/python-check.scm (python-pytest-cookies): New variable. Applied, thanks, Mathieu From unknown Sat Sep 06 04:31:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 25 Jan 2024 12:24:08 +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