[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/32: gnu: Add python-pytest-cases.
From: |
guix-commits |
Subject: |
14/32: gnu: Add python-pytest-cases. |
Date: |
Wed, 16 Feb 2022 11:39:36 -0500 (EST) |
nckx pushed a commit to branch wip-python-mne
in repository guix.
commit 110fe7cd616e58adbd5f03365f89d28be62f3836
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Jan 20 22:35:28 2022 +0100
gnu: Add python-pytest-cases.
* gnu/packages/python-xyz.scm (python-pytest-cases): New variable.
---
gnu/packages/python-xyz.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b9802fdd4d..e63925b2ab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25679,6 +25679,14 @@ function.")
python-pytest-cases-minimal python-setuptools-scm
python-pytest-logging))))
+(define-public python-pytest-cases
+ (package
+ (inherit python-pytest-cases-minimal)
+ (name "python-pytest-cases")
+ (arguments '())
+ ;; Propagate the tested decopatch instead of decopatch-minimal
+ (propagated-inputs (list python-decopatch python-makefun))))
+
(define-public python-frozendict
(package
(name "python-frozendict")
- branch wip-python-mne created (now 904999e683), guix-commits, 2022/02/16
- 02/32: gnu: Add python-edflib., guix-commits, 2022/02/16
- 08/32: gnu: Add python-pytest-logging., guix-commits, 2022/02/16
- 09/32: gnu: Add a test-less python-decopatch., guix-commits, 2022/02/16
- 18/32: gnu: Add python-h5io., guix-commits, 2022/02/16
- 13/32: gnu: Add python-decopatch., guix-commits, 2022/02/16
- 07/32: gnu: Add python-makefun., guix-commits, 2022/02/16
- 14/32: gnu: Add python-pytest-cases.,
guix-commits <=
- 27/32: gnu: vtk: Also install a .egg-info., guix-commits, 2022/02/16
- 24/32: gnu: Add python-pyvips., guix-commits, 2022/02/16
- 21/32: gnu: Add python-dipy., guix-commits, 2022/02/16
- 20/32: gnu: Add python-picard., guix-commits, 2022/02/16
- 03/32: gnu: Add python-eeglabio., guix-commits, 2022/02/16
- 16/32: gnu: Add python-pytest-steps., guix-commits, 2022/02/16
- 32/32: gnu: Add python-mne., guix-commits, 2022/02/16
- 12/32: gnu: Add a test-less python-pytest-cases., guix-commits, 2022/02/16
- 04/32: gnu: Add python-nibabel., guix-commits, 2022/02/16
- 11/32: gnu: Add a test-less python-pytest-steps., guix-commits, 2022/02/16