unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59190] [PATCH] gnu: Add python-pytest-parawtf.
@ 2022-11-11  6:37 jgart via Guix-patches via
  2022-11-15  9:16 ` Efraim Flashner
  2022-11-29  5:34 ` [bug#59190] [PATCH v2] " jgart via Guix-patches via
  0 siblings, 2 replies; 6+ messages in thread
From: jgart via Guix-patches via @ 2022-11-11  6:37 UTC (permalink / raw)
  To: 59190; +Cc: jgart

* 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 <malte.f.gerdes@gmail.com>
 ;;; Copyright © 2022 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-29  7:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11  6:37 [bug#59190] [PATCH] gnu: Add python-pytest-parawtf jgart via Guix-patches via
2022-11-15  9:16 ` Efraim Flashner
2022-11-15 14:51   ` jgart via Guix-patches via
2022-11-28 21:59     ` Ludovic Courtès
2022-11-29  5:34 ` [bug#59190] [PATCH v2] " jgart via Guix-patches via
2022-11-29  7:23   ` bug#59190: " Efraim Flashner

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).