GNU bug report logs - #76835
[PATCH python-team 00/15] Some further python fixes

Previous Next

Package: guix-patches;

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

Date: Fri, 7 Mar 2025 18:51:02 UTC

Severity: normal

Tags: patch

Done: Steve George <steve <at> futurile.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 76835 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#76835] [PATCH v2 17/24] gnu: Remove python-parameterizedtestcase.
Date: Sun,  9 Mar 2025 23:11:25 +0100
This package is a leaf package in Guix, has been abandonned for 11
years (aside from a License change).

* gnu/packages/python-check.scm (python-parameterizedtestcase): Delete variable.
---
 gnu/packages/python-check.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 1138e287f1..d8fa37b9f6 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2925,25 +2925,6 @@ (define-public python-pandas-vet
 in an opinionated way.")
     (license license:expat)))
 
-(define-public python-parameterizedtestcase
-  (package
-    (name "python-parameterizedtestcase")
-    (version "0.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "parameterizedtestcase" version))
-       (sha256
-        (base32 "0zhjmsd16xacg4vd7zb75kw8q9khn52wvad634v1bvz7swaivk2c"))))
-    (build-system python-build-system)
-    (native-inputs (list python-setuptools-57)) ;for use_2to3
-    (home-page
-     "https://github.com/msabramo/python_unittest_parameterized_test_case")
-    (synopsis "Parameterized tests for Python's unittest module")
-    (description "This package provides parameterized tests for Python's
-@code{unittest} module taking inspiration from pytest.")
-    (license license:expat)))
-
 (define-public python-pytest-rerunfailures
   (package
     (name "python-pytest-rerunfailures")
-- 
2.48.1





This bug report was last modified 87 days ago.

Previous Next


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