guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0a9d2faaac1eb286373dbbf47b06675d613d3f15
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 26 23:00:21 2026 +0100
gnu: Remove python-pytest-subtests.
* gnu/packages/python-check.scm (python-pytest-subtests): Delete variable.
Signed-off-by: Liliana Marie Prikler <[email protected]>
Merges: guix/guix#10844
---
gnu/packages/python-check.scm | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index f8a93de6c7e..20d80033494 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -4548,31 +4548,6 @@ test execution time.")
"This package provides a plugin to fake subprocess for Pytest.")
(license license:expat)))
-;; XXX: This project was archived by the owner on Nov 11, 2025. It is now
-;; read-only.
-(define-public python-pytest-subtests
- (package
- (name "python-pytest-subtests")
- (version "0.15.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pytest_subtests" version))
- (sha256
- (base32 "0z487yinp3gxh2dk6z52d4a17d7d4ymdz2hbix5ph6sm0pg5njfb"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-pytest-8
- python-setuptools
- python-setuptools-scm))
- (propagated-inputs
- (list python-attrs))
- (home-page "https://github.com/pytest-dev/pytest-subtests")
- (synopsis "Unittest subTest() support and subtests fixture")
- (description "This Pytest plugin provides unittest @code{subTest()}
-support and @code{subtests} fixture.")
- (license license:expat)))
-
(define-public python-pytest-testmon
(package
(name "python-pytest-testmon")