From: Vinicius Monego <monego@posteo.net>
To: 67642@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#67642] [PATCH 3/5] gnu: Add python-pytest-subprocess.
Date: Tue, 5 Dec 2023 15:21:56 +0000 [thread overview]
Message-ID: <b8183426fb32041ab83d16ac50c0a7f794961ac3.1701788624.git.monego@posteo.net> (raw)
In-Reply-To: <cover.1701788624.git.monego@posteo.net>
* gnu/packages/python-check.scm (python-pytest-subprocess): New variable.
Change-Id: Id651d945836879e71eb30f51bc392f3027bcad6e
---
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 ea74472270..9befa4610a 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2099,6 +2099,35 @@ (define-public python-stestr
help in debugging failures and optimizing the scheduler to improve speed.")
(license license:asl2.0)))
+(define-public python-pytest-subprocess
+ (package
+ (name "python-pytest-subprocess")
+ (version "1.5.0")
+ (source
+ (origin
+ (method git-fetch) ;no tests in PyPI archive
+ (uri (git-reference
+ (url "https://github.com/aklajnert/pytest-subprocess")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "103nxv37sjvxlwmw87hxsrphkxkryv4dgb65kjjfr4722r37vmxv"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-anyio
+ python-coverage
+ python-docutils
+ python-nox
+ python-pygments
+ python-pytest
+ python-pytest-asyncio
+ python-pytest-rerunfailures))
+ (home-page "https://github.com/aklajnert/pytest-subprocess")
+ (synopsis "Fake subprocess for Pytest")
+ (description
+ "This package provides a plugin to fake subprocess for Pytest.")
+ (license license:expat)))
+
;; This is only used by python-sanic
(define-public python-pytest-sanic
(package
--
2.39.2
next prev parent reply other threads:[~2023-12-05 15:24 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-05 15:18 [bug#67642] [PATCH 0/5] Add some Python build-related packages Vinicius Monego
2023-12-05 15:21 ` [bug#67642] [PATCH 1/5] gnu: Add python-userpath Vinicius Monego
2023-12-05 15:21 ` [bug#67642] [PATCH 2/5] gnu: Add hatch Vinicius Monego
2024-02-27 13:14 ` Simon Tournier
2024-03-12 21:15 ` Vinicius Monego
2023-12-05 15:21 ` Vinicius Monego [this message]
2023-12-05 15:21 ` [bug#67642] [PATCH 4/5] gnu: Add python-scikit-build-core Vinicius Monego
2023-12-05 15:21 ` [bug#67642] [PATCH 5/5] gnu: Add python-spin Vinicius Monego
2024-02-08 7:35 ` [bug#67642] [PATCH 0/5] Add some Python build-related packages obonnefon
2024-02-28 8:14 ` obonnefon
2024-05-22 18:16 ` [bug#67642] QA review for 67642 Nicolas Graves via Guix-patches via
2024-06-15 17:11 ` Nicolas Graves via Guix-patches via
2024-06-15 17:09 ` [bug#67642] [PATCH v2 1/4] gnu: Add python-userpath Nicolas Graves via Guix-patches via
2024-06-15 17:09 ` [bug#67642] [PATCH v2 2/4] gnu: Add hatch Nicolas Graves via Guix-patches via
2024-06-15 17:09 ` [bug#67642] [PATCH v2 3/4] gnu: Add python-pytest-subprocess Nicolas Graves via Guix-patches via
2024-06-15 17:09 ` [bug#67642] [PATCH v2 4/4] gnu: Add python-spin Nicolas Graves via Guix-patches via
2024-06-26 6:52 ` bug#67642: [PATCH 0/5] Add some Python build-related packages jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b8183426fb32041ab83d16ac50c0a7f794961ac3.1701788624.git.monego@posteo.net \
--to=monego@posteo.net \
--cc=67642@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).