GNU bug report logs -
#77400
[PATCH python-team 00/26] Some further updates
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Mon, 31 Mar 2025 06:17:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #80 received at 77400 <at> debbugs.gnu.org (full text, mbox):
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 265581a17f..c3a787f6b8 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2960,25 +2960,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.49.0
This bug report was last modified 52 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.