GNU bug report logs -
#78181
[PATCH 0/2] Update python-h5py to 3.13
Previous Next
Full log
Message #11 received at 78181 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-check.scm (python-pytest-mpi): New variable.
---
gnu/packages/python-check.scm | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index eb4d62a294..b23361980f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -23,7 +23,7 @@
;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;; Copyright © 2024-2025 Troy Figiel <troy <at> troyfigiel.com>
;;; Copyright © 2024 Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
-;;; Copyright © 2024 David Elsing <david.elsing <at> posteo.net>
+;;; Copyright © 2024, 2025 David Elsing <david.elsing <at> posteo.net>
;;; Copyright © 2024 Eric Bavier <bavier <at> posteo.net>
;;; Copyright © 2024 Markku Korkeala <markku.korkeala <at> iki.fi>
;;; Copyright © 2025 Evgeny Pisemsky <mail <at> pisemsky.site>
@@ -2446,6 +2446,24 @@ (define-public python-pytest-mockito
@end itemize")
(license license:expat)))
+(define-public python-pytest-mpi
+ (package
+ (name "python-pytest-mpi")
+ (version "0.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-mpi" version))
+ (sha256
+ (base32 "1a954cai5lr327np5f38mg8gw91p4akx8m2z416wvwzq24swvcq9"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-pytest))
+ (home-page "https://pytest-mpi.readthedocs.io")
+ (synopsis "Pytest plugin for working with MPI")
+ (description "This plugin provides tools for running tests with MPI and
+for testing code using MPI.")
+ (license license:bsd-3)))
+
(define-public python-pytest-mpl
(package
(name "python-pytest-mpl")
--
2.49.0
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.