diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-26 21:07:30 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:44 +0100 |
| commit | f9ba406dc0651fb61dca9975190935ea9d42366d (patch) | |
| tree | 89306ba6a4915a4b4c7c911ce90b3909c0bc8d9c | |
| parent | a2c8386f35948c35687c0d903e1af4ff7937064e (diff) | |
gnu: Remove python-discover.
* gnu/packages/check.scm (python-discover): Delete variable.
Fixes: guix/guix#5135
Change-Id: I5ff792a6fe4205f57257c2dc28c0766ffeac33ba
| -rw-r--r-- | gnu/packages/check.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index ba237145a3b..482d6a97686 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") |
