From a60c87b706a1b570c4638ec570c43e6b16102d29 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Thu, 20 Jan 2022 22:35:28 +0100 Subject: [PATCH v4 14/18] 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 bdb5b9537d..730a8723f7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25663,6 +25663,14 @@ (define-public python-decopatch 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") -- 2.34.0