guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 11927698fc253dc4d33f944d7071cc56e3e5c88d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jan 26 21:07:30 2026 +0000
gnu: Remove python-discover.
* gnu/packages/check.scm (python-discover): Delete variable.
Fixes: guix/guix#5135
Change-Id: I5ff792a6fe4205f57257c2dc28c0766ffeac33ba
---
gnu/packages/check.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index ba237145a3..482d6a9768 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3020,26 +3020,6 @@ pragmas to control it from within your code.
Additionally, it is
possible to write plugins to add your own checks.")
(license license:gpl2+)))
-(define-public python-discover
- (package
- (name "python-discover")
- (version "0.4.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "discover" version))
- (sha256
- (base32
- "0y8d0zwiqar51kxj8lzmkvwc3b8kazb04gk5zcb4nzg5k68zmhq5"))))
- (build-system python-build-system)
- (home-page "https://pypi.org/project/discover/")
- (synopsis
- "Python test discovery for unittest")
- (description
- "Discover provides test discovery for unittest, a feature that has been
-backported from Python 2.7 for Python 2.4+.")
- (license license:bsd-3)))
-
(define-public behave
(package
(name "behave")