mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-parameterizedtestcase.
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. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
31a494c658
commit
ae23597c2e
1 changed files with 0 additions and 19 deletions
|
@ -2995,25 +2995,6 @@ __version_tuple__ = version_tuple = (~a)~%" version version-tuple)))))))))
|
||||||
in an opinionated way.")
|
in an opinionated way.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-pytest-rerunfailures
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-rerunfailures")
|
(name "python-pytest-rerunfailures")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue