diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-06 22:58:05 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-26 18:41:29 +0100 |
| commit | f721c4cc0400fd64773a8843ee30c3eff9da7b87 (patch) | |
| tree | 25c6f2748965ef747127b08e555641f3e8f6e0b2 | |
| parent | b804c6ed55f1861f4f37dddeb9a5f838f5e65991 (diff) | |
gnu: Remove python-pytest-assume.
* gnu/packages/check.scm (python-pytest-assume): Delete variable.
Change-Id: I42e474df36ba7455ad5643d779a29721997629ac
| -rw-r--r-- | gnu/packages/check.scm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index e07a982d4ba..1ad5e40abab 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1728,38 +1728,6 @@ and many external plugins.") python-wheel)) (arguments `(#:tests? #f)))) -(define-public python-pytest-assume - (package - (name "python-pytest-assume") - (version "2.4.3") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pytest-assume" version)) - (sha256 - (base32 "0zilqsy9fcjr6l2f9qzfxpkp40h24csnjm5mifhpmzb0fr9r0glq")))) - (build-system python-build-system) - (arguments - `(#:phases (modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (invoke "pytest"))))))) - (propagated-inputs - (list python-pytest python-six)) - (home-page "https://github.com/astraw38/pytest-assume") - (synopsis "Pytest plugin that allows multiple failures per test") - - (description "This package provides a Pytest plugin that allows multiple -failures per test. This is a fork from pytest-expect which includes the -following improvements: -@itemize -@item showlocals support (the Pytest option) -@item global usage support (a fixture is not required) -@item output refinements and tweaks. -@end itemize") - (license license:expat))) - (define-public python-pytest-cov (package (name "python-pytest-cov") |
