all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70009] [PATCH] gnu: Add python-pytest-relaxed.
@ 2024-03-26 12:18 nafkhamdc
  2024-03-27 14:16 ` bug#70009: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: nafkhamdc @ 2024-03-26 12:18 UTC (permalink / raw)
  To: 70009; +Cc: nafkhamdc

* gnu/packages/check.scm (python-pytest-relaxed): New variable.

Change-Id: I9c506fe6a6586c87d72775a0567fd3c45ba03568
---
 gnu/packages/check.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index bd1f2d1b65..0858eb99f4 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1353,6 +1353,27 @@ (define-public python-pytest-cov
 supports coverage of subprocesses.")
   (license license:expat)))
 
+(define-public python-pytest-relaxed
+  (package
+    (name "python-pytest-relaxed")
+    (version "2.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/bitprophet/pytest-relaxed")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1lnnkadfr390i30209gpl80nymc20pmamvxjhd11gvf4d6f54n7x"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-decorator))
+    (native-inputs (list python-pytest))
+    (home-page "https://github.com/bitprophet/pytest-relaxed")
+    (synopsis "Relaxed test discovery for pytest")
+    (description "This package provides provides relaxed test discovery for pytest.")
+    (license license:bsd-2)))
+
 (define-public python-pytest-dotenv
   (package
     (name "python-pytest-dotenv")

base-commit: 7dfb3155fc4dd37bea93a8704c37e4aff87e5013
prerequisite-patch-id: 453db14a52ef61a9ff789b103b69938d14593fea
-- 
2.34.1





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

* bug#70009: gnu: Add python-pytest-relaxed.
  2024-03-26 12:18 [bug#70009] [PATCH] gnu: Add python-pytest-relaxed nafkhamdc
@ 2024-03-27 14:16 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2024-03-27 14:16 UTC (permalink / raw)
  To: 70009-done

Applied, thank you!

-- 
Ricardo




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

end of thread, other threads:[~2024-03-27 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26 12:18 [bug#70009] [PATCH] gnu: Add python-pytest-relaxed nafkhamdc
2024-03-27 14:16 ` bug#70009: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.