GNU bug report logs - #67813
[PATCH 00/12] Update python-pandas to version 2.1.1.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 13 Dec 2023 14:41:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

Full log


Message #38 received at 67813 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 67813 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH 11/12] gnu: Add python-pytest-next.
Date: Wed, 13 Dec 2023 22:56:31 +0100
* gnu/packages/check.scm (python-pytest-next): New variable.
---
 gnu/packages/check.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 8d1f0f8c2c..22bbfde0bb 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1339,6 +1339,20 @@ (define-public python-pytest
 and many external plugins.")
     (license license:expat)))
 
+(define-public python-pytest-next
+  (package/inherit python-pytest
+    (name "python-pytest")
+    (version "7.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pytest" version))
+       (sha256
+        (base32 "02q32y67nflrmk9snmibq5kmqcbgfm29k9wm0yw0ia2vqly0m6gf"))))
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs python-pytest)
+       (append python-exceptiongroup)))))
+
 (define-deprecated python-pytest-6 python-pytest)
 (export python-pytest-6)
 
-- 
2.41.0





This bug report was last modified 1 year and 70 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.