From f9ba406dc0651fb61dca9975190935ea9d42366d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 26 Jan 2026 21:07:30 +0000 Subject: [PATCH] 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")